import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const AlignHorizontalCenterOutlined: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default AlignHorizontalCenterOutlined;
