export declare const useToastFallback: () => {
    show: (config: any) => void;
};
