export declare const styles: {
    container: {
        position: "relative";
    };
    listItemContainer: {
        flex: number;
        height: number;
        paddingHorizontal: number;
        justifyContent: "center";
        borderTopColor: string;
        borderTopWidth: number;
    };
    listItemLabel: {
        color: string;
        fontSize: number;
    };
    sectionHeaderContainer: {
        height: number;
        backgroundColor: string;
        justifyContent: "center";
        paddingHorizontal: number;
    };
    sectionHeaderLabel: {
        color: string;
    };
};
