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