import { FunctionalComponent } from 'vue'; import { IconProps } from '../components'; export type LoadingOutlinedProps = FunctionalComponent; declare const LoadingOutlined: LoadingOutlinedProps; export default LoadingOutlined;