import { BaseComponent } from './_shared'; export type ZChart_Props = BaseComponent & Partial<{ /** */ readonly caption: string; /** */ readonly reversed: boolean; }>;