import { Loading } from './loading';
export type { LoadingProps, LoadingType, LoadingDirection } from './loading';
export default Loading;
