import { EKwikUIInputFileSize } from "./input-files.definitions";
export declare const DEFAULT_VALUES: {
    accept: string;
    class: string;
    disabled: boolean;
    formControlName: string;
    icon: string;
    id: string;
    label: string;
    link: string;
    maxFileSize: number;
    multiple: boolean;
    setFileTypesToForm: string[];
    showAddedFiles: boolean;
    size: EKwikUIInputFileSize;
    styles: string;
    showViewButton: boolean;
    variant: string;
};
export declare const VALIDATE_KEY_VALUES: {
    accept: boolean;
    class: boolean;
    disabled: boolean;
    formControlName: boolean;
    icon: boolean;
    id: boolean;
    label: boolean;
    link: boolean;
    maxFileSize: boolean;
    multiple: boolean;
    setFileTypesToForm: boolean;
    showAddedFiles: boolean;
    size: boolean;
    styles: boolean;
    variant: boolean;
};
