import { ComponentType } from 'react';
import type { StyledMenuItemProps } from './MenuItem.types';
export { CheckIcon, EmptyIcon } from '../List/ListItem.styled';
export declare const StyledMenuItem: ComponentType<StyledMenuItemProps>;
export declare const StyledMenuItemStartIcon: ComponentType<any>;
export declare const StyledMenuItemEndIcon: ComponentType<any>;
export declare const StyledMenuItemText: ComponentType<any>;
