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