import type { PillProps } from './types';
export declare const StyledPill: import("styled-components").StyledComponent<"button", any, PillProps & Required<Pick<PillProps, "size" | "selected">> & {
    hasLabel: boolean;
}, never>;
