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