import type { WithElementRef } from 'bits-ui';
import type { HTMLAttributes } from 'svelte/elements';
declare const Paragraph: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLParagraphElement>>, {}, "ref">;
type Paragraph = ReturnType<typeof Paragraph>;
export default Paragraph;
