export declare function computeTitleWithTotalCount({ title, recordCount, locale, }: { title?: React.ReactNode; recordCount?: number; locale?: string; }): React.ReactNode;