interface JsCouplingProps { value: number; } export default function JsCoupling({ value }: JsCouplingProps): import("react/jsx-runtime").JSX.Element | null; export {}; //# sourceMappingURL=JsCoupling.d.ts.map