import type { FunctionalComponent } from 'vue';
import type { BlockProps } from './Base';
declare const Paragraph: FunctionalComponent<BlockProps>;
export default Paragraph;
