import { ReactNode } from 'react'; export declare function createElementContext(errorMessage: string): readonly [({ children, value }: { value: ContextValue; children: ReactNode; }) => import("react/jsx-runtime").JSX.Element, () => ContextValue & ({} | undefined)]; //# sourceMappingURL=use-element-context.hook.d.ts.map