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