import { ReactNode } from 'react'; export declare const getFinalTitle: (showTooltip: boolean, title?: string, children?: ReactNode) => string | undefined; export declare const childToString: (child?: number | string | boolean | {} | null) => string; export declare const onlyText: (children: ReactNode) => string; //# sourceMappingURL=helper.d.ts.map