import { DummyText } from './dummy/dummy-text'; export declare class TextImpl extends DummyText { constructor(); splitText(offset: number): Text; }