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