import type { TYPES } from '@visactor/vtable';
import type { BaseComponentProps } from '../base-component';
export type TitleProps = TYPES.ITitle & BaseComponentProps;
export declare const Title: import("react").FC<TitleProps>;
