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