import type { ComponentType } from 'react'; import { Options } from './types'; export declare const useOptionsHydration: (data: Options) => void; export declare const withOptionsHydration: (data: Options) => (Inner: ComponentType>) => ComponentType>; //# sourceMappingURL=with-options-hydration.d.ts.map