type Props = {
    file: File;
};
declare const FileButton: ({ file }: Props) => import("preact").JSX.Element;
export default FileButton;
