import { ColorsType } from '../../types'; export interface RadioTheme { base: string; color: ColorsType; before: string; floating: { base: string; svg: string; }; check: { base: string; color: ColorsType; }; } export declare const radioTheme: RadioTheme; //# sourceMappingURL=theme.d.ts.map