import type { ParagraphProps } from './type';
import P from './P.svelte';
import { paragraph } from './theme';
export { P, paragraph, type ParagraphProps };
