import { Bar, Style } from '../column/style'; export declare class BreakByStyle extends Style { /** * 柱条样式设置 * @title 柱条 * @order 80 */ bar?: Bar; }