///
export declare const STYLE_MAP: {
xsmall: {
size: number;
};
small: {
size: number;
};
medium: {
size: number;
};
large: {
size: number;
};
};
export declare const VARIANTS: string[];
export declare type IconSizeVariant = keyof typeof STYLE_MAP;
export declare const StyledSVG: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType;
} & {
size?: IconSizeVariant;
}, import("react").SVGProps, {}>;
export interface SVGProps extends React.SVGProps {
size?: IconSizeVariant;
}
//# sourceMappingURL=global.d.ts.map