export interface AlertOptions {
    textClose?: string;
    draggable?: boolean;
}
//# sourceMappingURL=alert-options.d.ts.map