/// type IconContainerProps = { iconSize?: number; size?: number; backgroundColor?: string; borderRadius?: string; }; export declare const StyledIconContainer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; } & IconContainerProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const StyledPillContainer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export {};