/// import { SelectOptionGroupProps } from './typings'; declare const OptionGroup: (props: Partial) => JSX.Element; export default OptionGroup;