import { BadgeProps } from './types'; export declare function styleBadge(props: BadgeProps): { badge: string[]; wrapper: string[]; invisible: string; };