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