///
export declare const InputContainer: import("@emotion/styled").StyledComponent, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const StyledFileInput: import("@emotion/styled").StyledComponent<{
variant?: import("@mui/material").TextFieldVariants | undefined;
} & Omit & import("@mui/system").MUIStyledCommonProps & {
hasError?: boolean | undefined;
feedbackType?: import("..").FieldFeedbackType | undefined;
hasFeedback?: boolean | undefined;
hideArrows?: boolean | undefined;
}, {}, {}>;
export declare const BrowseButton: import("@emotion/styled").StyledComponent & import("@mui/material/OverridableComponent").CommonProps & Omit, HTMLButtonElement>, "ref"> & {
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject | null | undefined;
}, "color" | "disabled" | "classes" | "className" | "style" | "tabIndex" | "children" | "sx" | "variant" | "size" | "fullWidth" | "href" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple" | "endIcon" | "startIcon"> & import("@mui/system").MUIStyledCommonProps, {}, {}>;