import type { FileInputProps } from './type';
export default function FileInput({ onChange, size, labelLeft, placeholder, accept, maxSize, onError, style, color, ...props }: FileInputProps): import("react/jsx-runtime").JSX.Element;
