export declare const styles: { container: { flex: number; justifyContent: "center"; alignItems: "center"; backgroundColor: string; }; backgroundImage: { flex: number; }; backgroundOverlay: { position: "absolute"; width: "100%"; height: "100%"; backgroundColor: string; }; text: { fontSize: number; color: string; marginTop: number; }; }; //# sourceMappingURL=LoaderStyles.d.ts.map