import { AccountType, AccountsCopy } from '../../core'; export declare const getChartLabels: (accountType: AccountType, copy: AccountsCopy) => { title: string; description: string; };