import type { SVGProps } from "react"; export interface ArrowCornerTrIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function ArrowCornerTrIcon({ className, size, color, ...props }: ArrowCornerTrIconProps): import("react").JSX.Element; //# sourceMappingURL=arrow-corner-tr-icon.d.ts.map