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