import { BadgeProps } from './types'; import { AnyRecord, IJSX, StyledComponentProps } from '@codeleap/styles'; export * from './styles'; export * from './types'; export declare const Badge: { (props: BadgeProps): import("react/jsx-runtime").JSX.Element | null; styleRegistryName: string; elements: string[]; rootElement: string; defaultProps: Partial; withVariantTypes(styles: S): (props: StyledComponentProps) => IJSX; }; //# sourceMappingURL=index.d.ts.map