export declare const StyledFieldset: import("styled-components").StyledComponent<"fieldset", any, { theme: object; }, "theme">; export type StyledLegendProps = { $isRequired?: boolean; $isDisabled?: boolean; $size: "small" | "medium" | "large"; }; export declare const StyledLegend: import("styled-components").StyledComponent<"legend", any, StyledLegendProps, never>; export declare const StyledFieldsetContentWrapper: import("styled-components").StyledComponent<"div", any, { $size: "small" | "medium" | "large"; $hasLegend?: boolean; }, never>;