export declare const ChartTitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLHeadingElement>, "color" | "fontSize" | "show" | "fontFamily" | "fontWeight" | "fontStyle"> & { fontFamily: string; color: string; fontSize: number; fontWeight: string; fontStyle: string; show?: boolean; }, never> & Partial, HTMLHeadingElement>, "color" | "fontSize" | "show" | "fontFamily" | "fontWeight" | "fontStyle"> & { fontFamily: string; color: string; fontSize: number; fontWeight: string; fontStyle: string; show?: boolean; }, never>>> & string;