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