export declare class SkyAlertDemoComponent { closeable: boolean; closed: boolean; alertType: string; openAlert(): void; }