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