import { Color } from './constants.js';
export interface ArrowUpRightProps {
    color?: Color;
    size?: number;
}
export declare const ArrowUpRight: ({ color, size, }: ArrowUpRightProps) => import("react/jsx-runtime").JSX.Element;
