import { VariantProps } from '../../lib/stitches.config'; export declare const StyledSVG: import("node_modules/@stitches/react/types/styled-component").StyledComponent<"svg", { variant?: "default" | "primary" | "secondary" | "tertiary" | "info" | "danger" | "warning" | "success" | undefined; outline?: boolean | "true" | undefined; size?: 1 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | undefined; }, { xs: "(min-width: 480px)"; sm: "(min-width: 640px)"; md: "(min-width: 768px)"; lg: "(min-width: 1024px)"; xl: "(min-width: 1280px)"; }, import("node_modules/@stitches/react/types/css-util").CSS<{ xs: "(min-width: 480px)"; sm: "(min-width: 640px)"; md: "(min-width: 768px)"; lg: "(min-width: 1024px)"; xl: "(min-width: 1280px)"; }, {}, import("node_modules/@stitches/react/types/config").DefaultThemeMap, {}>>; export type IconSize = VariantProps['size']; export type IconVariant = VariantProps['variant'];