import type { DuiBlockProps } from './types'; export declare function ChartBlock(props: DuiBlockProps): import("solid-js").JSX.Element;