export declare function textToKet(textNode: any): {
    type: string;
    data: any;
    selected: any;
};
