import { YooEditor } from '../types';
export type UpdateElementTextOptions = {
    focus?: boolean;
    blockId?: string;
};
export declare function insertElementText<TElementKeys extends string, TElementProps>(editor: YooEditor, text: string, options?: UpdateElementTextOptions): void;
//# sourceMappingURL=insertElementText.d.ts.map