import React from 'react';
import type { IconProps } from './icon.props';
export declare const ArrowSidebarRightOutline: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default ArrowSidebarRightOutline;
