import { type TemplateResult } from 'lit'; import type { NuiToastViewState } from './types.js'; export type { NuiToastViewState } from './types.js'; export interface NuiToastHandlers { onCloseClick: (id: string) => void; } export declare function renderToast(state: NuiToastViewState, handlers: NuiToastHandlers): TemplateResult; //# sourceMappingURL=logic.d.ts.map