import { GroupProps } from './types';
export declare const Group: (props: GroupProps) => any;
