export declare const styles: {
    backdrop: {
        width: number;
        flex: number;
    };
    dropdownContainer: {
        position: "absolute";
        overflow: "hidden";
        minWidth: number;
        minHeight: number;
        maxHeight: number;
        backgroundColor: string;
        borderBottomLeftRadius: number;
        borderBottomRightRadius: number;
        borderLeftWidth: number;
        borderLeftColor: string;
        borderRightWidth: number;
        borderRightColor: string;
        borderTopWidth: number;
        borderTopColor: string;
        borderBottomWidth: number;
        borderBottomColor: string;
    };
    dropdownContainerPositionTop: {
        borderBottomLeftRadius: number;
        borderBottomRightRadius: number;
        borderTopLeftRadius: number;
        borderTopRightRadius: number;
    };
};
