export declare class YesOrNo { value: boolean; label: string; color: string; }