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