import React from "react";
import { TAuraIcon } from "../types";
declare const ArrowTurnDownLeftSolid: React.MemoExoticComponent<React.ForwardRefExoticComponent<TAuraIcon & React.RefAttributes<SVGSVGElement>>>;
export default ArrowTurnDownLeftSolid;
