export declare const FieldWrapper: (styleProps: any) => string; export declare const Label: (styleProps: any) => string; export declare const LabelWrapper: (styleProps: any) => string; export declare const DescriptionText: (styleProps: any) => string; export declare const HintText: (styleProps: any) => string; export declare const OptionalText: (styleProps: any) => string; export declare const RequiredText: (styleProps: any) => string; export declare const ValidationText: (styleProps: any) => string; export declare const TooltipTrigger: (styleProps: any) => string; export declare const TooltipPopover: (styleProps: any) => string;