import type { Props as CommonProps } from './types'; type Props = Omit & { multiple?: boolean; }; export declare const InputFileNative: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export {};