import React from 'react'; import { NextMonocleProviderProps } from '../types'; export declare const MonocleProvider: ({ children, publishableKey, domain, ...rest }: NextMonocleProviderProps) => React.JSX.Element; //# sourceMappingURL=MonocleProvider.d.ts.map