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