import React from 'react'; import { BCRadioItemProps } from './types'; export declare const BCRadioItem: React.FC; export default BCRadioItem;