import { EKwikUIInputSize } from "./input-slider.definitions"; export declare const DEFAULT_VALUES: { disabled: boolean; focus: boolean; formControlName: string; hintContent: string; icon: string; id: string; invalid: boolean; isShowLabelOutside: boolean; label: string; max: number; min: number; placeholder: string; postfix: string; prefix: string; quantum: number; size: EKwikUIInputSize; steps: number; type: string; }; export declare const VALIDATE_KEY_VALUES: { disabled: boolean; focus: boolean; formControlName: boolean; hintContent: boolean; icon: boolean; id: boolean; invalid: boolean; isShowLabelOutside: boolean; label: boolean; max: boolean; min: boolean; placeholder: boolean; postfix: boolean; prefix: boolean; quantum: boolean; size: boolean; steps: boolean; type: boolean; };