///
export declare const StyledInputBase: import("@emotion/styled").StyledComponent & {
textAlignRight?: boolean | undefined;
}, {}, {}>;
export declare const FormLabelBlock: import("@emotion/styled").StyledComponent, {}, {}>;
export declare const StyledFormHelperText: import("@emotion/styled").StyledComponent, HTMLParagraphElement>, "ref"> & {
ref?: ((instance: HTMLParagraphElement | null) => void) | import("react").RefObject | null | undefined;
}, "children" | "classes" | "className" | "style" | "sx" | "disabled" | "variant" | "margin" | "focused" | "required" | "filled" | "error"> & import("@mui/system").MUIStyledCommonProps, {}, {}>;