/// <reference types="react" />
import type { IEntryPointsData, CnEntryPointsProps } from './types';
export declare const CnEntryPoints: (props: CnEntryPointsProps) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
export type { IEntryPointsData, CnEntryPointsProps };
