///
import type { FieldFeedbackType } from '../../Inputs';
export declare const FormControlStyles: import("@emotion/styled").StyledComponent, HTMLDivElement>, "ref"> & {
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined;
}, "color" | "margin" | "disabled" | "error" | "classes" | "className" | "style" | "children" | "sx" | "variant" | "size" | "fullWidth" | "required" | "focused" | "hiddenLabel"> & import("@mui/system").MUIStyledCommonProps, {}, {}>;
export declare const StyledSelect: import("@emotion/styled").StyledComponent & import("@mui/system").MUIStyledCommonProps, {}, {}>;
export declare const StyledErrorMessage: import("@emotion/styled").StyledComponent, import("react").DetailedHTMLProps, HTMLElement>, {}>;
export declare const MuiSelect: import("@emotion/styled").StyledComponent<(import("@mui/material/Select").SelectProps & import("@mui/system").MUIStyledCommonProps) & {
feedbackType?: FieldFeedbackType | undefined;
hasFeedback?: boolean | undefined;
}, {}, {}>;
export declare const Wrapper: import("@emotion/styled").StyledComponent & Omit, HTMLDivElement>, "ref"> & {
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined;
}, keyof import("@mui/system").BoxOwnProps> & import("@mui/system").MUIStyledCommonProps, {}, {}>;