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