///
export declare const StyledTypeHeader: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType;
}, import("react").DetailedHTMLProps, HTMLElement>, {}>;
export declare const StyledInfoWrapper: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const StyledTypeName: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType;
}, import("react").DetailedHTMLProps, HTMLParagraphElement>, {}>;
export declare const StyledSeeMoreButton: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType;
}, import("react").DetailedHTMLProps, HTMLButtonElement>, {}>;
export declare const StyledResultsContainer: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType;
}, import("react").DetailedHTMLProps, HTMLElement>, {}>;
export declare const StyledItemsWrapper: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType;
} & {
isShown?: boolean;
isMore?: boolean;
}, import("react").DetailedHTMLProps, HTMLUListElement>, {}>;
export declare const StyledSeeMore: import("@emotion/styled").StyledComponent<{
size?: import("../../../../../mantine").TextSize;
weight?: "caption" | "regular" | "semiBold" | "bold" | "halfBold";
as?: any;
wordWrap?: "none" | "break-word" | "break-all";
isUppercase?: boolean;
variant?: "primary" | "secondary" | "tertiary" | "disabled" | "error" | "success";
href?: string;
} & Omit, "size"> & Omit & import("@mantine/styles").DefaultProps<"root", Record> & import("../../../../../types").DataTrackingType & import("react").RefAttributes & {
theme?: import("@emotion/react").Theme;
}, {}, {}>;