import React from 'react'; export declare const extractTextFromJSX: (type: React.ReactNode | string, index?: number) => string; export declare const pickEntryDataForSuggestion: (entry: any, isVariantPlanEnabled: boolean) => {}; export declare const getLocaleCodeFromQuery: (andQuery: any, sendLocaleIndex?: boolean) => any;