import { CN_RESULT_TYPE } from './types';
export declare const componentName = "CnResult";
export declare const RESULT_TYPE_MAP: () => Record<CN_RESULT_TYPE, {
    icon: string;
    title?: string;
    subTitle?: string;
}>;
