export function ChartSubMenuTitle({ title, ...rest }: { [x: string]: any; title: any; }): JSX.Element; export const ChartSubMenuTitleContainer: ({ id, ...rest }: { [x: string]: any; id: any; }) => JSX.Element;