import type { FunctionalComponent } from 'vue'; import { type ParagraphProps } from './props'; declare const Paragraph: FunctionalComponent; export default Paragraph;