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