import { WithElementType } from '../typings/element'; import { Blockquote } from './typings'; export declare type CreateBlockquoteOptions = Partial; export declare function createBlockquote({ type }?: CreateBlockquoteOptions): Blockquote;