import * as i0 from "@angular/core"; type ButtonVariant = 'primary' | 'secondary' | 'ghost' | 'tertiary' | 'close'; type ButtonSize = 'small' | 'large'; export declare class NggButtonComponent { variant?: ButtonVariant; size?: ButtonSize; get classes(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};