export declare const FieldWrapper: import("styled-components").StyledComponent<"span", any, {}, never>; export declare const FieldSetWrapper: import("styled-components").StyledComponent<"fieldset", any, {}, never>; export declare const Label: import("styled-components").StyledComponent<"label", any, { hasHelperText?: boolean; }, never>; export declare const Legend: import("styled-components").StyledComponent<"legend", any, { hasHelperText?: boolean; }, never>; export declare const LabelText: import("styled-components").StyledComponent<"span", any, {}, never>; export declare const HelperText: import("styled-components").StyledComponent<"span", any, {}, never>; export declare const MessageText: import("styled-components").StyledComponent<"span", any, {}, never>; export declare const ValidationMessage: import("styled-components").StyledComponent<"span", any, {}, never>; export declare const WarningMessage: import("styled-components").StyledComponent<"span", any, {}, never>;