declare class Falert {
    static instances: Set<HTMLElement>;
    static settings: {
        insertionNode: HTMLElement;
        audio: {
            volume: number;
        };
        sounds: {};
    };
    static html: string;
    constructor(head: string, body: string, type?: string);
    static getHighestZindex(): number;
}
export { Falert };
//# sourceMappingURL=falert.d.ts.map