export function NormalForce({ strength }: { strength?: number | undefined; }): React.JSX.Element; import React from "react";