import type { IconProps } from './icon.props';
export declare const ArrowSidebarRightOutline: ({ color, size, ref, ...rest }: IconProps) => JSX.Element;
export default ArrowSidebarRightOutline;
