import type { HTMLElementProps } from '../types';
declare const Blockquote: import("svelte").Component<HTMLElementProps, {}, "ref">;
type Blockquote = ReturnType<typeof Blockquote>;
export default Blockquote;
