import { FC } from 'react';
import './index.css';
declare type Props = {
    onNext: () => void;
};
export declare const GroupSelect: FC<Props>;
export {};
