import { TwindyNotification } from "./types"; export declare function closeNotification(id?: string): void; export declare function emitNotification(n: TwindyNotification): TwindyNotification; export declare function useNotification(n?: TwindyNotification): (nn: TwindyNotification) => void;