export declare const FileInput: (props: { onChange?: ((files: File[]) => void) | undefined; }) => import("react/jsx-runtime").JSX.Element;