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