interface PropsType {
    cptKey?: string;
    fetching?: boolean;
    cptInfoList: any;
}
export declare const CptInfo: ({ cptKey, fetching, cptInfoList }: PropsType) => JSX.Element;
export {};
