export declare const styles: {
    container: {
        width: "150%";
        position: "absolute";
        bottom: number;
        overflow: "hidden";
    };
    row: {
        flexDirection: "row";
    };
};
