type UseToastPortal = {
    toastRef: {
        current: HTMLDivElement | null;
    };
};
export declare const useToastPortal: ({ toastRef, }: UseToastPortal) => {
    loaded: boolean;
};
export {};
//# sourceMappingURL=useToastPortal.d.ts.map