import { AlertLevel } from '../../helpers/types'; /** * @imports AlertLevel,slithe */ export declare class SlitheFlash { host: HTMLSlFlashElement; type?: AlertLevel; icon?: string; connectedCallback(): void; render(): any; }