import { LayoutProps } from 'styled-system'; export interface OverflowMenuItemProps extends LayoutProps { icon: React.ReactNode; onClick?: () => void; active?: boolean; } export declare const OverflowMenuStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLOListElement>, never>> & string; export declare const OverflowMenuItemStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLLIElement>, LayoutProps>>>> & string; export declare const OverflowLabel: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLSpanElement>, never>> & string;