import { Block } from "slate";
import { TypeOptions } from "../options";
declare function getAlignment(opts: TypeOptions, block: Block): any;
export default getAlignment;
//# sourceMappingURL=getAlignment.d.ts.map