export declare const StyledPill: import("node_modules/@stitches/react/types/styled-component").StyledComponent<"span", { dark?: boolean | "true" | undefined; variant?: "info" | "danger" | "warning" | "success" | 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, {}>>;