export declare const styles: {
    container: {
        position: "absolute";
        left: number;
        bottom: number;
        width: number;
        justifyContent: "flex-end";
    };
};
