import type { RLoadingCreateComponentParams, RLoadingInstance } from './types'; export declare const createLoadingComponent: ({ options, globalLoadingOption, }: RLoadingCreateComponentParams) => RLoadingInstance;