import { MenuItem, MenuItemProps, Polymorphic } from '../../..';
export declare type MenuItemCheckboxProps = MenuItemProps & {
    /**
     * Set the default checked state of the checkbox item
     */
    checked?: boolean;
};
declare type MenuItemCheckboxComponent = Polymorphic.ForwardRefComponent<Polymorphic.IntrinsicElement<typeof MenuItem>, Polymorphic.OwnProps<typeof MenuItem> & MenuItemCheckboxProps>;
export declare const MenuItemCheckbox: MenuItemCheckboxComponent;
export {};
//# sourceMappingURL=menu-item-checkbox.d.ts.map