import { ThemeType } from '../../constants'; import { ContainerType } from '../container/style'; export interface BaseIconWrapperStylesProps { buttonType?: 'primary' | 'secondary'; optionType?: 'radio' | 'checkbox'; selected: boolean; theme: ThemeType; withImageBackground: boolean; } interface ContainerProps { borderRadius: keyof ThemeType['BORDER_RADIUS']; containerType: ContainerType; containsImage?: boolean; } declare const _default: { CheckmarkWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & Omit, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; DisplayContainer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & ContainerProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; ClickableContainer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & ContainerProps, import("react").DetailedHTMLProps, HTMLButtonElement>, {}>; FlexContainer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & { containsImage: boolean; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; IconWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & Omit, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; SubText: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; Text: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & { bold: boolean; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; TextContainer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & { containsImage: boolean; height?: number | undefined; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; ImageContainer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & { borderRadius: "small" | "medium" | "large"; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; Image: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & { borderRadius: "small" | "medium" | "large"; }, import("react").DetailedHTMLProps, HTMLImageElement>, {}>; }; export default _default; //# sourceMappingURL=style.d.ts.map