export declare const styles: {
    scrollView: {
        height: "100%";
        width: "100%";
        backgroundColor: string;
    };
    container: {
        width: "100%";
        backgroundColor: string;
        alignSelf: "center";
    };
    indicator: {
        height: number;
        width: number;
        borderRadius: number;
        backgroundColor: string;
        marginVertical: number;
        alignSelf: "center";
    };
    parentContainer: {
        flex: number;
        justifyContent: "center";
        alignItems: "center";
    };
};
//# sourceMappingURL=styles.d.ts.map