declare const Parchment: any; declare class IndentAttributor extends Parchment.StyleAttributor { add(node: HTMLElement, value: string): any; } declare const IndentStyle: IndentAttributor; export default IndentStyle;