declare const styles: {
    warpper: {
        backgroundColor: string;
    };
    form_items_container: {
        flex: number;
    };
    form_items: {
        textAlign: "center";
        margin: number;
        borderBottomWidth: number;
        borderBottomColor: string;
    };
    border_none: {
        borderBottomWidth: number;
    };
};
export default styles;
