interface Props {
    editor: any;
    elementFormat: string;
}
export declare function AlignmentControls({ editor, elementFormat }: Props): import("react/jsx-runtime").JSX.Element;
export {};
