/// export declare function withAiAvailable(WrappedComponent: React.ComponentType): { (props: T): import("react/jsx-runtime").JSX.Element | null; displayName: string; };