import { type ParagraphProps as Props } from './index';
declare const P: import("svelte").Component<Props, {}, "">;
type P = ReturnType<typeof P>;
export default P;
