import React from 'react'; import { CreateOptionsRes } from '../../formTypes'; import { IBlockType } from '../../../store/storetype'; interface IAlignmentProps { data: CreateOptionsRes<'alignment'>; current: IBlockType; } declare const _default: React.MemoExoticComponent<(props: IAlignmentProps) => JSX.Element>; export default _default;