/// import type { FieldFeedbackType } from '../../FieldFeedback'; export declare const StyledWrapper: 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, {}, {}>; export declare const StyledInput: import("@emotion/styled").StyledComponent<{ variant?: import("@mui/material").TextFieldVariants | undefined; } & Omit & import("@mui/system").MUIStyledCommonProps & { hasError?: boolean | undefined; feedbackType?: FieldFeedbackType | undefined; hasFeedback?: boolean | undefined; hideArrows?: boolean | undefined; }, {}, {}>; export declare const StyledHelperText: import("@emotion/styled").StyledComponent, import("react").DetailedHTMLProps, HTMLElement>, {}>;