import RadioList from '@splunk/react-ui/RadioList'; type RadioInputGridProps = { $maxLabelWidth?: string | number; }; export type StyledOptionProps = { $hasControl: boolean; $row: number; }; export type StyledNestedControlProps = { $row: number; }; export declare const RadioInputGrid: import("styled-components").StyledComponent<"div", any, RadioInputGridProps, never>; export declare const StyledRadioList: import("styled-components").StyledComponent; export declare const StyledOption: import("styled-components").StyledComponent; export declare const StyledNestedControl: import("styled-components").StyledComponent<"div", any, StyledNestedControlProps, never>; export {}; //# sourceMappingURL=styles.d.ts.map