import { EKwikUIInputNumberDecimal, EKwikUIInputNumberSize } from "./input-number.definitions";
export declare const DEFAULT_VALUES: {
    decimal: EKwikUIInputNumberDecimal;
    disabled: boolean;
    focus: boolean;
    formControlName: string;
    hintContent: string;
    icon: string;
    id: string;
    invalid: boolean;
    label: string;
    max: number;
    min: number;
    placeholder: string;
    postfix: string;
    precision: number;
    prefix: string;
    size: EKwikUIInputNumberSize;
};
export declare const VALIDATE_KEY_VALUES: {
    decimal: boolean;
    disabled: boolean;
    focus: boolean;
    formControlName: boolean;
    hintContent: boolean;
    icon: boolean;
    id: boolean;
    invalid: boolean;
    label: boolean;
    max: boolean;
    min: boolean;
    placeholder: boolean;
    postfix: boolean;
    precision: boolean;
    prefix: boolean;
    size: boolean;
};
