import * as i0 from '@angular/core'; /** Types of figures. */ type FigureType = 'auto' | '1by1' | '1dot8by1' | '1dot2by1' | '1by1dot1' | '2dot6by1' | 'rounded'; /** @docs-private */ type figureSizes = 'auto' | '1by1' | '1dot8by1' | '1dot2by1' | '1by1dot1' | '2dot6by1'; declare class NxFigureComponent { /** * Sets the type of the visual appearance of the image. * The default value is 'auto'. */ set classNames(value: FigureType | string | null | undefined); get classNames(): FigureType; private _classNames; /** @docs-private */ rounded: boolean; /** @docs-private */ size: figureSizes; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class NxImageDirective { constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } declare class NxImageModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { NxFigureComponent, NxImageDirective, NxImageModule }; export type { FigureType, figureSizes };