export declare const styles: {
    container: {
        position: "relative";
        bottom: number;
        alignSelf: "center";
    };
    itemContainer: {
        position: "absolute";
        overflow: "hidden";
    };
};
