import { SelectGroup } from './type';
export declare const group: (value: SelectGroup, defaultAlias?: string | undefined) => string;
