import React from 'react';
import './index.scss';
import type { CnLoadingProps } from './types';
export declare const CnLoading: {
show: (config?: object) => void;
hide: (config?: object) => void;
} & React.FC<CnLoadingProps>;
export type { CnLoadingProps };