import { ReactNode } from 'react'; export declare function extractStringLabel(label: ReactNode): string;