export interface OwnProps { label: string; color: string; } export declare type Props = OwnProps;