export declare function loadTextureAsync({ asset }: {
    asset: any;
}): Promise<any>;
