export interface NumberInputProps { placeholder?: string; disabled?: boolean; min?: number; max?: number; step?: number; stepStrictly?: boolean; precision?: number; controls?: boolean; controlsPosition?: '' | 'right'; }