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