import React from 'react';
import type { RadioProps } from './type';
declare const Radio: React.ForwardRefExoticComponent<RadioProps & React.RefAttributes<unknown>>;
export { Radio };
export { default as RadioList } from './RadioList';
//# sourceMappingURL=index.d.ts.map