import type { PropsWithChildren } from 'react'; import type { DraxSubproviderProps } from './types'; export declare const DraxSubprovider: ({ parent, children, }: PropsWithChildren) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=DraxSubprovider.d.ts.map