import React from 'react';
declare class TextAlign extends React.Component<any, any> {
    state: {
        currentAlignment: any;
    };
    UNSAFE_componentWillReceiveProps(next: any): void;
    setAlignment: (event: any) => void;
    render(): JSX.Element;
}
export default TextAlign;
