// / import { BoolProps, GeneratedPropTypes } from '../types'; export declare const badgeSizeVariations: { default: import('styled-components').RuleSet; }; export declare type BadgeProps = GeneratedPropTypes & BoolProps; export declare const Badge: import('styled-components').IStyledComponent< 'web', import('styled-components/dist/types').Substitute< Omit< import('react').DetailedHTMLProps, HTMLDivElement>, 'ref' > & { ref?: | ((instance: HTMLDivElement | null) => void) | import('react').RefObject | null | undefined; }, GeneratedPropTypes > >;