declare function useResponsiveChart(): { updateOptionToResponsive: (option: any, keyArr?: string[]) => void; defaultAttributes: string[]; }; export { useResponsiveChart };