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