import { default as React } from 'react'; export interface FullstorySetupProps { children?: React.ReactNode | undefined; } export declare const FullstorySetup: ({ children }: FullstorySetupProps) => React.JSX.Element; //# sourceMappingURL=FullstorySetup.d.ts.map