import { Loading } from './Loading'; import type { LoadingProps } from './Loading.types'; export type { LoadingProps }; export { Loading };