export declare const StyledButton: import("node_modules/@stitches/react/types/styled-component").StyledComponent<"button", { hasIcon?: "none" | "startIcon" | "endIcon" | undefined; variant?: "primary" | "secondary" | "tertiary" | undefined; inverted?: boolean | "true" | "false" | undefined; rounded?: boolean | "true" | "false" | 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 declare const StyledIconButton: import("node_modules/@stitches/react/types/styled-component").StyledComponent<"button", { variant?: "primary" | "secondary" | "tertiary" | undefined; rounded?: boolean | "true" | "false" | undefined; size?: "small" | "large" | 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, {}>>;