import type { CellPluginComponentProps } from '@react-page/editor'; import type { SlatePluginDefinition } from './slatePluginDefinitions'; import type { SlateState } from './state'; import type { Translations } from './translations'; export declare type SlateProps = CellPluginComponentProps & { plugins: SlatePluginDefinition[]; defaultPluginType: string; translations?: Translations; }; //# sourceMappingURL=component.d.ts.map