import * as React from 'react'; interface State { selected: string; } export declare class RadioGroupExample extends React.Component<{}, State> { constructor(props: {}); handleChange: (value: string) => void; render(): JSX.Element; } export default RadioGroupExample; //# sourceMappingURL=example.d.ts.map