import { FC } from "react"; export declare enum DecimalPrecisionType { ZERO = 0, ONE = 1, TWO = 2 } interface Props { value: DecimalPrecisionType; onValueChange: (value: any) => void; } export declare const DecimalPrecisionCheckbox: FC; export {}; //# sourceMappingURL=decimalPrecisionCheckBox.d.ts.map