import { Feature } from '../../Feature';
import { type Command } from 'prosemirror-state';
declare module '../../types' {
    interface Commands {
        setHorizontalRule: Command;
    }
}
declare const Hr: Feature<any, any>;
export default Hr;
//# sourceMappingURL=index.d.ts.map