/// import * as React from "react"; import { Float } from "fawkes-server/build/support"; import * as ce from "../../../../../helpers/componentEnhancer"; export interface ParentProps { value: Float; link?: string; } declare const _default: React.ComponentType; export default _default;