export interface LeftArrowIconProps { svgAttrs?: SVGProps; } import { SVGProps } from "../types"; declare function LeftArrowIcon(props: LeftArrowIconProps): import("react/jsx-runtime").JSX.Element; export default LeftArrowIcon;