import type { ReactNode } from 'react'; import React from 'react'; import type { TextDirection } from 'ricos-types'; interface Props { className?: string; container?: HTMLElement; children?: ReactNode; languageDir?: TextDirection; zIndex?: number; } declare const _default: React.ForwardRefExoticComponent>; export default _default; //# sourceMappingURL=RicosPortal.d.ts.map