import { BaseComponentWithTheme } from '../../utils'; import type { ModelSignatureColor, ModelSignatureFetchPriority, ModelSignatureModel, ModelSignatureSize, Theme } from '../types'; import * as i0 from "@angular/core"; export declare class PModelSignature extends BaseComponentWithTheme { color?: ModelSignatureColor; fetchPriority?: ModelSignatureFetchPriority; lazy?: boolean; model?: ModelSignatureModel; safeZone?: boolean; size?: ModelSignatureSize; theme?: Theme; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }