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