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