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