import type { HTMLElementProps } from '../types';
declare const Femorphology: import("svelte").Component<HTMLElementProps, {}, "ref">;
type Femorphology = ReturnType<typeof Femorphology>;
export default Femorphology;
