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