import { MouseEventHandler } from 'react'; import { IconName } from '../icons/index.js'; export declare const HelperIcon: import("styled-components/dist/types.js").IStyledComponentBase<"web", import("styled-components").FastOmit, never>, never>> & string; export declare const HelperDescription: import("styled-components/dist/types.js").IStyledComponentBase<"web", import("styled-components").FastOmit & import("react").HTMLAttributes, never>, import("styled-components").FastOmit<{ bold?: boolean; shouldScaleFont?: boolean; light?: boolean; size?: import("../copy.js").SizeKey; boldType?: "bold" | "regular" | "semiBold"; } & import("react").ClassAttributes & import("react").HTMLAttributes, never>>, never>, never>> & string; type HelperItemProps = { isLink?: boolean; }; export declare const HelperItem: import("styled-components/dist/types.js").IStyledComponentBase<"web", import("styled-components/dist/types.js").Substitute, HTMLDivElement>, import("react").DetailedHTMLProps, HTMLDivElement>>, HelperItemProps>, HelperItemProps>> & string; type HelperProps = { className?: string; helperLinkAction?: MouseEventHandler; helperText?: string; iconName?: IconName; }; export declare const Helper: import("styled-components/dist/types.js").IStyledComponentBase<"web", import("styled-components").FastOmit> & string & Omit<({ className, helperLinkAction, helperText, iconName }: HelperProps) => import("react/jsx-runtime").JSX.Element, keyof import("react").Component>; /** * @deprecated This component is deprecated and will be removed in a future release. Avoid using it in new code. */ export declare const Label: import("styled-components/dist/types.js").IStyledComponentBase<"web", import("styled-components/dist/types.js").Substitute & import("react").HTMLAttributes, "bold" | "light" | "size" | keyof import("react").ClassAttributes | keyof import("react").HTMLAttributes | "boldType" | "$bold"> & { bold?: boolean; size?: "small" | "medium" | "large" | "regular"; boldType?: "bold" | "regular" | "semiBold"; $bold?: boolean; light?: boolean; } & import("react").ClassAttributes & import("react").HTMLAttributes, { required?: boolean; }>> & string; /** * @deprecated This component is deprecated and will be removed in a future release. Avoid using it in new code. */ export declare const FieldWrapper: import("styled-components/dist/types.js").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string; /** * @deprecated This component is deprecated and will be removed in a future release. Avoid using it in new code. */ export declare const Input: import("styled-components/dist/types.js").IStyledComponentBase<"web", import("styled-components/dist/types.js").Substitute<(import("react").ClassAttributes & import("react").InputHTMLAttributes) | (Omit & import("react").InputHTMLAttributes, "ref"> & import("react").RefAttributes, HTMLInputElement>, any, any>>), { isInvalid?: boolean; }>> & (string & (Omit, HTMLInputElement>, any>, keyof import("react").Component> | Omit, HTMLInputElement>>, keyof import("react").Component>)); export declare const Chevron: import("styled-components/dist/types.js").IStyledComponentBase<"web", import("styled-components").FastOmit<{ className?: string; disabled?: boolean; isInvalid?: boolean; }, never>> & string & Omit<({ className, disabled, isInvalid }: { className?: string; disabled?: boolean; isInvalid?: boolean; }) => import("react/jsx-runtime").JSX.Element, keyof import("react").Component>; /** * @deprecated This component is deprecated and will be removed in a future release. Avoid using it in new code. */ export declare const Field: import("styled-components/dist/types.js").IStyledComponentBase<"web", import("styled-components/dist/types.js").Substitute, HTMLLabelElement>, { isVisited?: boolean; }>> & string; /** * @deprecated This component is deprecated and will be removed in a future release. Avoid using it in new code. */ export declare const Err: import("styled-components/dist/types.js").IStyledComponentBase<"web", import("styled-components").FastOmit & import("react").HTMLAttributes, never>, import("styled-components").FastOmit<{ bold?: boolean; shouldScaleFont?: boolean; light?: boolean; size?: import("../copy.js").SizeKey; boldType?: "bold" | "regular" | "semiBold"; } & import("react").ClassAttributes & import("react").HTMLAttributes, never>>, never>, never>> & string; /** * @deprecated This component is deprecated and will be removed in a future release. Avoid using it in new code. */ export declare const Errors: import("styled-components/dist/types.js").IStyledComponentBase<"web", import("styled-components/dist/types.js").Substitute, HTMLDivElement>, { hasSpaceForErrors?: boolean; hasHelperText?: boolean; }>> & string; export declare const visuallyHiddenStyles: import("styled-components").RuleSet; export declare const HiddenLegend: import("styled-components/dist/types.js").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLLegendElement>, never>> & string; export declare const Legend: import("styled-components/dist/types.js").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLLegendElement>, never>> & string; /** * @deprecated This component is deprecated and will be removed in a future release. Avoid using it in new code. */ export declare const Fieldset: import("styled-components/dist/types.js").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLFieldSetElement>, never>> & string; export {};