import type { Snippet } from 'svelte';
interface Props {
    children?: Snippet;
}
declare const Blockquote: import("svelte").Component<Props, {}, "">;
type Blockquote = ReturnType<typeof Blockquote>;
export default Blockquote;
