import type { PillProps } from './types'; export declare const StyledPill: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLButtonElement>, PillProps & Required> & { hasLabel: boolean; }>> & string;