interface FileInputProps {
    modelValue?: File | File[] | null;
    label?: string;
    helperText?: string;
    invalidMessage?: string;
    dropzoneLabel: string;
    progress?: number;
    showProgress?: boolean;
    accept?: string | undefined;
}
declare function focus(): void;
declare var __VLS_5: {};
type __VLS_Slots = {} & {
    default?: (props: typeof __VLS_5) => any;
};
declare const __VLS_component: import("vue").DefineComponent<FileInputProps, {
    focus: typeof focus;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
    select: (...args: any[]) => void;
    "update:modelValue": (...args: any[]) => void;
}, string, import("vue").PublicProps, Readonly<FileInputProps> & Readonly<{
    onSelect?: ((...args: any[]) => any) | undefined;
    "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
}>, {
    label: string;
    progress: number;
    showProgress: boolean;
    modelValue: File | File[] | null;
    helperText: string;
    invalidMessage: string;
    dropzoneLabel: string;
    accept: string;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
export default _default;
type __VLS_WithSlots<T, S> = T & {
    new (): {
        $slots: S;
    };
};
//# sourceMappingURL=NeFileInput.vue.d.ts.map