import { jsx as _jsx } from "@fluentui/react-jsx-runtime/jsx-runtime"; import { assertSlots } from '@fluentui/react-utilities'; /** * Render the final JSX of CarouselNavImageButton */ export const renderCarouselNavImageButton_unstable = (state)=>{ assertSlots(state); return /*#__PURE__*/ _jsx(state.root, { children: /*#__PURE__*/ _jsx(state.image, {}) }); };