import React from 'react';
export declare const Pill: React.FC<{
    backgroundColor: string;
    color: string;
    label: string;
}>;
//# sourceMappingURL=Pill.d.ts.map