import { FontSizeVals, HeightVals, IColorProps, IntentVals, ITypographyProps, SemanticColorVals, TextColorVals } from '../../enhancers'; export declare type StrokeColorVals = 'text' | SemanticColorVals; export interface IStrokeColorProps { stroke?: string; active?: { stoke?: string; color?: TextColorVals; }; } export declare type RadioEnhancerProps = ITypographyProps & IColorProps & IStrokeColorProps; export declare const variants: Record>; export declare type SizeEnhancerProps = Record; export declare const sizes: Partial;