import { FC } from 'react'; import { RendererProps } from './RendererProps'; export const RendererEasing: FC = () => { return null; };