import {TSizeVariants} from '../../models/size-variant.model';

export type RadioSize = Extract<TSizeVariants, 'md' | 'lg' | 'xl'>;
