import { TextWidgetProps } from "../TextWidget"; declare const FileWidget: (props: TextWidgetProps) => JSX.Element; export default FileWidget;