import * as React from 'react';
import { CnLoadingProps } from './types';
/** Loading */
export declare const CnLoading: React.FC<CnLoadingProps>;
