import type { ComponentContextI } from '../types'; export declare function getDisableSSR(componentContext?: ComponentContextI): boolean | undefined; //# sourceMappingURL=useDisableSSR.d.ts.map