///
import type { FieldFeedbackType } from '../../Inputs';
export declare const MobileWrapper: 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 & {
feedbackType?: FieldFeedbackType | undefined;
hasFeedback?: boolean | undefined;
}, {}, {}>;
export declare const InputNumberStyled: import("@emotion/styled").StyledComponent, "ref"> & import("react").RefAttributes & import("@mui/system").MUIStyledCommonProps, {}, {}>;
export declare const StyledErrorMessage: import("@emotion/styled").StyledComponent, import("react").DetailedHTMLProps, HTMLElement>, {}>;
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, {}, {}>;