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