import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const FemurIcon: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default FemurIcon;
