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