import type { ReactNode } from 'react'; export declare const extractTextFrom: (textSource?: string | number | null | ReactNode) => string; //# sourceMappingURL=extractTextFrom.d.ts.map