import { ProvidersService } from 'fccore2'; import { FcinputComponent } from '../fcinput'; /** * fc-label文本 * * 文本组件。 * * 描述一个input框的文字。 * */ export declare class FclabelComponent extends FcinputComponent { provider: ProvidersService; /**名称*/ fcLabel: string; /**内容*/ fcValue: string; constructor(provider: ProvidersService); }