import { IconHighlightedSizePropsType } from './types/iconHighlightedTheme';
type IconHighlightedStyledType = {
    styles?: IconHighlightedSizePropsType;
    backgroundColor?: string;
    disabled?: boolean;
    selected?: boolean;
};
export declare const ParentContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, IconHighlightedStyledType>> & string;
export declare const IconHighlightedContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, IconHighlightedStyledType>> & string;
export declare const CustomContentContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, IconHighlightedStyledType>> & string;
export {};
