type $$ComponentProps = { message: string; duration?: number; onUndo: () => void; onTimeout: () => void; }; declare const UndoableNotification: import("svelte").Component<$$ComponentProps, {}, "">; type UndoableNotification = ReturnType; export default UndoableNotification;