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