export declare function isQuoteElement(node: Node | null): node is HTMLQuoteElement; export declare function isBlockquoteElement(node: Node | null): boolean;