import { ReactIconComponentType } from '../types';

declare const AlignHorizontalCenter: ReactIconComponentType;
export default AlignHorizontalCenter;
            