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