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