type FileButtonProps = {
    file: File;
};
declare const FileButton: ({ file }: FileButtonProps) => import("preact/jsx-runtime").JSX.Element;
export default FileButton;
