import { Observable } from 'woby'; export declare const getIndentSize: (element: HTMLElement) => string; export declare const applyIndent: (editor: Observable, out?: boolean) => void; export declare const Indent: () => import("woby").Wheeler; export declare const Outdent: () => import("woby").Wheeler; //# sourceMappingURL=Table.d.ts.map