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