import * as i0 from '@angular/core'; /** A type that specifies the font size of a copytext. */ type NxCopytextType = 'small' | 'medium' | 'normal' | 'large'; declare class NxCopytextComponent { /** * Sets the type and whether the negative set of styling should be used. * * You can combine the values of type NxCopytextType and 'negative'. * * Default: `'normal'`. */ set classNames(value: string); get classNames(): string; private _classNames; /** @docs-private */ type: NxCopytextType; /** @docs-private */ negative: boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class NxCopytextModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { NxCopytextComponent, NxCopytextModule };