import type { Slots } from '@fluentui-react-native/framework'; import type { LegacyFunctionComponent } from '@fluentui-react-native/framework-base'; import type { MenuItemCheckboxProps, MenuItemCheckboxSlotProps, MenuItemCheckboxInfo } from './MenuItemCheckbox.types'; export declare const MenuItemCheckbox: any; export declare const menuItemFinalRender: (menuItem: MenuItemCheckboxInfo, Slots: Slots) => LegacyFunctionComponent; //# sourceMappingURL=MenuItemCheckbox.d.ts.map