export declare const styles: {
    container: {
        flexDirection: "row";
        alignItems: "center";
        justifyContent: "space-between";
        paddingVertical: number;
        paddingLeft: number;
        paddingRight: number;
        borderRadius: number;
        backgroundColor: string;
        borderWidth: number;
        borderColor: string;
    };
    label: {
        marginRight: number;
        color: string;
    };
    placeholder: {
        color: string;
        marginRight: number;
    };
    icon: {
        width: number;
        height: number;
        position: "absolute";
        right: number;
    };
};
