import React from 'react'; import { BlockProps } from './base'; export declare const TitleLevels: [1, 2, 3]; export declare type TitleLevel = typeof TitleLevels[number]; export declare type TitleProps = Omit) => void; }, 'strong'>; declare const Title: React.FC; export default Title;