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