import { LitElement } from 'lit';
/**
* Notification container component for Toast notification.
* Usage is limited for ..
* @slot unnamed - Slot for component.
*/
export declare class NotificationContainer extends LitElement {
static styles: import("lit").CSSResult;
/** Position at bottom instead of top of screen. */
accessor bottom: boolean;
render(): import("lit-html").TemplateResult<1>;
}
declare global {
interface HTMLElementTagNameMap {
'kyn-notification-container': NotificationContainer;
}
}
//# sourceMappingURL=notificationContainer.d.ts.map