import { SVGProps } from "react";
declare const SvgLeftAlign: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export default SvgLeftAlign;
