import { Extension } from '@tiptap/core';
export interface SelectionDecorationOptions {
    className: string;
}
declare const SelectionDecoration: Extension<SelectionDecorationOptions, any>;
export { SelectionDecoration };
export default SelectionDecoration;
