import { GtrButtonDirective } from './gtr-button.directive'; import * as i0 from "@angular/core"; export declare class GtrButtonCloseDirective extends GtrButtonDirective { /** * Change the default color to white. * @type boolean */ white: string | boolean; get hostClasses(): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; static ngAcceptInputType_white: unknown; }