import React from 'react';
import { LoaderScreenProps } from './types';
export { LoaderScreenProps };
declare const _default: React.ForwardRefExoticComponent<import("react-native").ActivityIndicatorProps & {
    loaderColor?: string | undefined;
    customLoader?: React.ReactChild | undefined;
    backgroundColor?: string | undefined;
    message?: string | undefined;
    messageStyle?: import("react-native").TextStyle | undefined;
    overlay?: boolean | undefined;
    containerStyle?: import("react-native").ViewStyle | undefined;
} & React.RefAttributes<any>>;
export default _default;
