import { FunctionalComponent } from 'vue';
import { AntdIconProps } from '../components/AntdIcon';
export interface BorderRightOutlinedIconType extends FunctionalComponent<AntdIconProps> {
    displayName: string;
}
declare const BorderRightOutlined: BorderRightOutlinedIconType;
export default BorderRightOutlined;
