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