/// export interface PillProps { color?: string; content: string; } export declare function Pill(props: PillProps): JSX.Element; //# sourceMappingURL=Pill.d.ts.map