import { UpRadioStyledProps, RadioGroupProps } from './types'; import { NestedCSSProperties } from 'typestyle/lib/types'; import { WithThemeProps } from '../../../Common/theming/withTheme'; export declare const RadioGroupStyles: (props: RadioGroupProps & WithThemeProps) => NestedCSSProperties; export declare const getStyles: (props: UpRadioStyledProps & WithThemeProps) => string;