import React from 'react';
import type { ComponentType } from 'react';
import type { TextFieldProps } from '@mui/material';
import type { InputBaseProps } from '../../decs';
export declare const Stack: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").StackTypeMap<{}, "div">>;
export declare const Box: import("@mui/types").OverridableComponent<import("@mui/system").BoxTypeMap<{}, "div", import("@mui/material").Theme>>;
export declare const SliderIcon: (props: any) => React.ReactElement | React.ReactNode;
type TextFieldStyledType = InputBaseProps & TextFieldProps & any;
export declare const TextField: ComponentType<TextFieldStyledType>;
export {};
//# sourceMappingURL=TextField.styled.d.ts.map