/// <reference types="react" />
import { Element } from 'slate';
export declare const addAlignmentStyles: (element: Element, children: JSX.Element) => JSX.Element;
