import { Toast } from "../../helpers/src/buses"; export declare const useToast: (msg?: Toast["message"], variant?: Toast["variant"]) => void;