import React, { type PropsWithChildren } from "react"; export declare const AIContext: any; export declare function useAIContext(): unknown; export declare const AIContextProvider: ({ children, }: PropsWithChildren<{}>) => React.JSX.Element;