import { BlockElement } from "../../interface"; export declare function updateChart(block: BlockElement, options: { updateNow: boolean; }): void; export declare function isChartVisible(block: BlockElement): boolean;