import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const BorderRightOutlined: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default BorderRightOutlined;
