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