/// import { IconProps } from '../../types'; declare const AlignHorizontalCenter: (allProps: IconProps) => JSX.Element; export default AlignHorizontalCenter;