import { RadioInterface } from './radio.types'; export declare function radioTheme(): { display: string; }; export declare function radioContainerTheme(props: RadioInterface): any;