import type { FC } from 'react'; import type { ICommonProps } from '../typings/common'; declare const RendererDistributor: FC; export default RendererDistributor;