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