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