export declare function createText(): {
    span: HTMLSpanElement;
    toWidth: (text: string) => number;
};
