import { ProvidersService } from 'fccore2'; import { FcComponent } from '../fc'; /** * fc-layoutgroup分组布局 * * 分组布局。 * * 外层有边框区分可设置标题。 * */ export declare class FclayoutgroupComponent extends FcComponent { provider: ProvidersService; /**宽高100%继承上一个的宽高*/ fcFull: boolean; /** 标题*/ fcTitle: string; /**外边距*/ fcMargin: string; constructor(provider: ProvidersService); ngOnChanges(param: any): void; }