import { FC } from 'react';
import { GroupSelectProps } from './types';
declare const GroupSelect: FC<GroupSelectProps>;
export default GroupSelect;
