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