import React from 'react'; declare type RootPropsType = { socketUrl: string; guestStorageKey: string; tokenCookieKey: string; layout?: string; }; declare const Root: React.ForwardRefExoticComponent>; export default Root; //# sourceMappingURL=Root.d.ts.map