import { MODAL_STATES_VALUES } from './Open'; interface OpenFileWrapperProps { currentState: MODAL_STATES_VALUES; } export declare const OpenFileWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & OpenFileWrapperProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const CancelButton: import("@emotion/styled").StyledComponent<{ label: string; clickHandler: () => void; styleType?: string | undefined; } & import("@mui/material").ButtonBaseOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit, HTMLButtonElement>, "ref"> & { ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject | null | undefined; }, "style" | "className" | "classes" | "action" | "centerRipple" | "children" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "sx" | "tabIndex" | "TouchRippleProps" | "touchRippleRef"> & { component?: import("react").ElementType | undefined; } & { theme?: import("@emotion/react").Theme | undefined; }, {}, {}>; export {};