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