interface StyledButtonToggle { $size: "small" | "medium" | "large"; $fullWidth?: boolean; $width?: number | string; } export declare const StyledButtonToggleGroup: import("styled-components").StyledComponent<"div", any, { theme: object; } & StyledButtonToggle, "theme">; export declare const StyledLabelWrapper: import("styled-components").StyledComponent<"div", any, {}, never>; interface StyledButtonToggleWrapper { $size: "small" | "medium" | "large"; $isDisabled?: boolean; $fullWidth?: boolean; } export declare const StyledButtonToggleWrapper: import("styled-components").StyledComponent<"div", any, StyledButtonToggleWrapper, never>; export {};