/// <reference types="react" />
import { DSlateRef } from '@dslate/core';
import type { AntdStyleDSlateProps } from '../typing';
declare const AntdEditor: import("react").ForwardRefExoticComponent<AntdStyleDSlateProps & import("react").RefAttributes<DSlateRef>>;
export { AntdEditor };
