import type { BlockquoteProps } from './type';
import Blockquote from './Blockquote.svelte';
import { blockquote } from './theme';
export { Blockquote, blockquote, type BlockquoteProps };
