/// <reference types="react" />
import '../polyfills/pointerfocus';
export * from './RadioButton';
export declare const RadioButton: import("react").FC<import("./RadioButton").IRadioButtonProps>;
