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