import { GenesisTheme } from '../../styles/theme/genesis-theme.types'; interface StyledOverflowMenuItemProperties { theme?: GenesisTheme; } export declare const OverflowMenuItem: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit, HTMLDivElement>, "theme"> & StyledOverflowMenuItemProperties, never> & Partial, HTMLDivElement>, "theme"> & StyledOverflowMenuItemProperties, never>>> & string; export {};