import { SlateValue } from '../../types/slate/SlateValue';
export declare const slateEmptyValue: (text?: string) => SlateValue;
