import type { IconProps } from '../types/index'; declare function SvgCenterAlign(iconProps: IconProps): JSX.Element; declare namespace SvgCenterAlign { var displayName: string; } export default SvgCenterAlign;