import { ApexChartsOptions } from "."; export interface ApexChartsResponsiveOption { breakpoint: number; options: ApexChartsOptions; }