import { Decoration } from './decoration';
export declare type DecorableText = {
    text: string;
    decorations: Decoration[];
};
