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