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