import { BaseComponentProps } from './BaseComponent'; import type { ITitleSpec } from '@visactor/vchart'; export type TitleProps = ITitleSpec & BaseComponentProps; export declare const Title: import("react").FC;