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