import { SkeletonTemplateConfig, SkeletonTemplateComponent } from '../types';
import * as i0 from "@angular/core";
/**
* Template de skeleton para formularios.
*
* @example
*
*
* @example
*
*/
export declare class FormSkeletonComponent implements SkeletonTemplateComponent {
config: SkeletonTemplateConfig;
get fields(): number[];
get isCompact(): boolean;
get labelWidth(): string;
get inputHeight(): string;
get buttonWidth(): string;
get buttonHeight(): string;
static ɵfac: i0.ɵɵFactoryDeclaration;
static ɵcmp: i0.ɵɵComponentDeclaration;
}