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