import { Extension } from '@tiptap/core';
declare const SelectAll: Extension<any, any>;
export default SelectAll;
