import * as i0 from "@angular/core";
/**
* Sixbell Telco Sonner Toaster Component
*
* A wrapper around ngx-sonner-toaster that provides Tailwind CSS styling and semantic color variants.
* This component proxies the ngx-sonner-toaster functionality while applying the SDK's design system.
*
* @example
* ```html
*
* ```
*/
export declare class SonnerToasterComponent {
/**
* Direction for the toasts
* @defaultValue 'ltr'
*/
dir: import("@angular/core").InputSignal<"ltr" | "rtl">;
/**
* Whether to use rich colors for semantic toasts
* @defaultValue true
*/
richColors: import("@angular/core").InputSignal;
/**
* Whether to expand the toast on hover
* @defaultValue false
*/
expand: import("@angular/core").InputSignal;
/**
* Maximum number of visible toasts
* @defaultValue 3
*/
visibleToasts: import("@angular/core").InputSignal;
/**
* Position of the toasts
* @defaultValue 'bottom-right'
*/
position: import("@angular/core").InputSignal<"top-left" | "top-right" | "bottom-left" | "bottom-right" | "top-center" | "bottom-center">;
/**
* Offset from the edge of the screen
* @defaultValue '16px'
*/
offset: import("@angular/core").InputSignal;
/**
* Whether to show close button
* @defaultValue false
*/
closeButton: import("@angular/core").InputSignal;
/**
* Duration for the toast in milliseconds
* @defaultValue 4000
*/
duration: import("@angular/core").InputSignal;
/**
* Default toast options with semantic styling
*/
toastOptions: import("@angular/core").Signal<{
unstyled: boolean;
classes: {
success: string;
error: string;
warning: string;
info: string;
toast: string;
title: string;
description: string;
actionButton: string;
cancelButton: string;
closeButton: string;
} | {
success?: undefined;
error?: undefined;
warning?: undefined;
info?: undefined;
toast: string;
title: string;
description: string;
actionButton: string;
cancelButton: string;
closeButton: string;
};
}>;
static ɵfac: i0.ɵɵFactoryDeclaration;
static ɵcmp: i0.ɵɵComponentDeclaration;
}