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