export declare const Badge: { baseStyle: { textTransform: string; width: string; display: string; py: string; px: string; borderRadius: string; alignItems: string; }; variants: { solid: (props: import("@chakra-ui/styled-system").StyleFunctionProps) => { bg: any; color: any; }; subtle: (props: import("@chakra-ui/styled-system").StyleFunctionProps) => { bgColor: any; color: any; }; clear: ({ theme, colorScheme: c }: import("@chakra-ui/styled-system").StyleFunctionProps) => any; }; sizes: { xs: ({ theme }: import("@chakra-ui/styled-system").StyleFunctionProps) => any; sm: ({ theme }: import("@chakra-ui/styled-system").StyleFunctionProps) => any; }; defaultProps: { variant: string; size: string; colorScheme: string; }; };