import React from 'react'; declare const RadioContext: React.Context<{ checked: string; setChecked: Function; name: string | undefined; error: boolean | undefined; }>; export default RadioContext; //# sourceMappingURL=RadioContext.d.ts.map