import { type JSXElement } from '@innet/jsx'; export declare function useChildrenProvider(): (element: JSXElement) => JSXElement;