import { FileType } from "../components/File"; export declare const FileAttachment: import("@emotion/styled").StyledComponent & Omit, HTMLDivElement>, keyof import("@mui/system").BoxOwnProps> & { theme?: import("@emotion/react").Theme; } & { filetype: FileType; }, {}, {}>; export declare const FileIcon: import("@emotion/styled").StyledComponent & Omit, HTMLDivElement>, keyof import("@mui/system").BoxOwnProps> & { theme?: import("@emotion/react").Theme; } & { filetype: string; }, {}, {}>; export declare const DownloadButton: import("@emotion/styled").StyledComponent & import("@mui/material/OverridableComponent").CommonProps & Omit, HTMLButtonElement>, "style" | "color" | "children" | "sx" | "className" | "tabIndex" | "classes" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "edge" | "loading" | "loadingIndicator" | "size"> & { theme?: import("@emotion/react").Theme; }, {}, {}>;