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