declare const _default: {
    underlayColor: {
        backgroundColor: string;
    };
    Header: {
        fontSize: number;
        color: string;
        paddingHorizontal: number;
        paddingTop: number;
        paddingBottom: number;
        backgroundColor: string;
    };
    Footer: {
        fontSize: number;
        color: string;
        paddingHorizontal: number;
        paddingVertical: number;
        backgroundColor: string;
    };
    Body: {
        backgroundColor: string;
        borderTopWidth: number;
        borderTopColor: string;
    };
    BodyBottomLine: {
        position: string;
        bottom: number;
        left: number;
        right: number;
        height: number;
        backgroundColor: string;
        borderBottomWidth: number;
        borderBottomColor: string;
    };
    Item: {
        flexGrow: number;
        alignItems: string;
        flexDirection: string;
        paddingLeft: number;
        backgroundColor: string;
    };
    Line: {
        flex: number;
        flexDirection: string;
        alignItems: string;
        paddingRight: number;
        paddingVertical: number;
        minHeight: number;
        borderBottomWidth: number;
        borderBottomColor: string;
    };
    Thumb: {
        width: number;
        height: number;
        marginRight: number;
    };
    Content: {
        color: string;
        fontSize: number;
        textAlignVertical: string;
    };
    Extra: {
        color: string;
        fontSize: number;
        textAlign: string;
        textAlignVertical: string;
    };
    Brief: {
        minHeight: number;
    };
    BriefText: {
        color: string;
        fontSize: number;
        paddingTop: number;
        textAlignVertical: string;
    };
    Arrow: {
        width: number;
        height: number;
        marginLeft: number;
        marginTop: number;
    };
    ArrowV: {
        width: number;
        height: number;
        marginLeft: number;
    };
    multipleLine: {
        paddingVertical: number;
    };
    multipleThumb: {
        width: number;
        height: number;
    };
    column: {
        flex: number;
        flexDirection: string;
    };
};
export default _default;
