import type { ReactNode } from 'react'; import type { DraxViewProps } from './types'; export declare const DraxView: import("react").MemoExoticComponent<(props: DraxViewProps) => ReactNode>; //# sourceMappingURL=DraxView.d.ts.map