interface ChartConstants { width: number; } export declare const constants: ChartConstants; export default constants;