/** * Группа TextField. */ export declare const TextFieldGroup: import("react").FunctionComponent & ((import("react").HTMLAttributes & { orientation?: import("@salutejs/plasma-new-hope/types/components/TextFieldGroup/TextFieldGroup.types.js").Orientation; stretching?: "auto" | "filled"; size?: string; isCommonTextFieldStyles?: boolean; } & { gap?: "none" | "dense"; shape?: "segmented"; } & import("react").RefAttributes) | (import("react").HTMLAttributes & { orientation?: import("@salutejs/plasma-new-hope/types/components/TextFieldGroup/TextFieldGroup.types.js").Orientation; stretching?: "auto" | "filled"; size?: string; isCommonTextFieldStyles?: boolean; } & { gap?: "dense" | "wide"; shape?: "default"; } & import("react").RefAttributes))>;