import { Icon } from "../Icons"; export declare const TileWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; } & { grow?: number; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const TileContentWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; } & { isHighlighted?: boolean; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const Title: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; }, import("react").DetailedHTMLProps, HTMLParagraphElement>, {}>; export declare const TitleWrapper: import("@emotion/styled").StyledComponent & { theme?: import("@emotion/react").Theme; }, {}, {}>; export declare const TitleData: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; } & { minWidth?: string; }, import("react").DetailedHTMLProps, HTMLParagraphElement>, {}>; export declare const Content: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const Description: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const ChildrenWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const IconTitleWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const TitleIcon: import("@emotion/styled").StyledComponent; }>;