export declare const StyledFormGroupLabel: import("@emotion/styled").StyledComponent & import("react").HTMLAttributes & import("../../Form").LabelVariants & Pick & { infotip?: import("../../Tip/InfoTip/type-utils").InfoTipSubComponentProps; size?: "small" | "large"; isSoloField?: boolean; } & { theme?: import("@emotion/react").Theme; }, {}, {}>; export declare const WidthSelect: import("@emotion/styled").StyledComponent, "disabled" | "id"> & Pick & { options?: import("../../Form").SelectOptions; } & import("react").SelectHTMLAttributes & { sizeVariant?: "small" | "base"; } & import("react").RefAttributes & { theme?: import("@emotion/react").Theme; }, {}, {}>;