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