import { BadgeVariant } from '../../interfaces'; declare type WrapperProps = { isSelected?: boolean; variant: BadgeVariant; }; export declare const Wrapper: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, WrapperProps, never>; export {};