///
import type { PillColor } from './Pill.types';
export declare const StyledPill: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLSpanElement>, {
$color: PillColor;
}>> & string;
export declare const StyledRemove: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute & import("react").RefAttributes, "ref"> & {
ref?: ((instance: SVGSVGElement | null) => void) | import("react").RefObject | null | undefined;
}, {
$color: PillColor;
}>> & string & Omit & import("react").RefAttributes>, keyof import("react").Component>;
export declare const StyledRemoveButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLButtonElement>, {
$color: PillColor;
}>> & string;