export interface DoubleInputInterface { isPriceInput: boolean; decimalCount: number; }