import React from 'react'; declare type ScopedStateProps = { id: string; }; export declare const useScopedStateId: () => string; export declare const ScopeState: React.MemoExoticComponent<(props: ScopedStateProps & { children?: any; }) => JSX.Element>; export {}; //# sourceMappingURL=ScopeState.d.ts.map