import { View } from 'react-native'; import type { LoaderProps } from './types'; interface LoaderFactoryPayload { props: LoaderProps; ref: View; } export declare const Loader: import("../../core/factory").PlatformBlocksComponent; export {};