import * as React from 'react'; import { BlockProps } from './Base'; import { Omit } from '../_util/type'; declare const TITLE_ELE_LIST: [1, 2, 3, 4]; declare type TitleProps = Omit; declare const Title: React.SFC; export default Title;