/// import { IconProps } from '../../types'; declare const Bone: (allProps: IconProps) => JSX.Element; export default Bone;