import { FC } from '../core'; interface LoadingProps { frame: number; children?: any; } export declare const Loading: FC; export {};