import { IProgressPreloaderResource } from '../types';
/**
 * Preloads a custom resource element by recursively checking its load progress until the target progress is reached.
 */
export declare function preloadCustomElement({ id, weight }: IProgressPreloaderResource, onLoad: (loadedWeight: number) => void): void;
//# sourceMappingURL=preloadCustomElement.d.ts.map