import type { SFCWithInstall } from '../types';
import formcellgroup from './index.vue';
declare const FormCellGroup: SFCWithInstall<typeof formcellgroup>;
declare const TrsFormCellGroup: SFCWithInstall<typeof formcellgroup>;
export { FormCellGroup, TrsFormCellGroup };