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