import { RadioProps } from '../../components';
import { ComponentThemeConfig } from '../types';
export declare const RadioOuter: ComponentThemeConfig<RadioProps>;
export declare const RadioInput: ComponentThemeConfig<RadioProps>;
export declare const RadioLabel: ComponentThemeConfig<RadioProps>;
