import React from 'react'; export declare const LqlProvider: ({ endpointUrl, children }: { endpointUrl: any; children: any; }) => React.JSX.Element;