export type BooleanValueProps = { value: boolean; trueColor?: string; falseColor?: string; }; export declare function BooleanValue({ value, trueColor, falseColor, }: BooleanValueProps): any; //# sourceMappingURL=BooleanValue.d.ts.map