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