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