export default function extractText(textObj: any): {
    runs?: any[];
    text: string;
};
//# sourceMappingURL=extractText.d.ts.map