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