import type { ABTastyQA } from "../type";
export declare const ABTastyQAContext: import("react").Context<ABTastyQA | null>;
