/** * Always use this with the TextField `fullWidth` prop to ensure proper layout and alignment. */ export declare const StandardTextField: import("@emotion/styled").StyledComponent<{ variant?: import("@mui/material/TextField").TextFieldVariants | undefined; } & Omit & import("@mui/system").MUIStyledCommonProps & { isTabled: boolean; textFieldWidth: number; }, {}, {}>;