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