import { type Toaster } from './toast.js'; export interface Props { toaster?: Toaster; position?: 'top-start' | 'top-end' | 'bottom-start' | 'bottom-end'; class?: string; } declare const ToastViewport: import("svelte").Component; type ToastViewport = ReturnType; export default ToastViewport; //# sourceMappingURL=ToastViewport.svelte.d.ts.map