interface WrapperProps { /** Controls the look of the element */ appearance?: 'regular' | 'large'; /** Align radios horizontally */ horizontal?: boolean; } export declare const Wrapper: import("styled-components").StyledComponent<"div", any, WrapperProps, never>; export {};