import type { ThemeVarType } from '../theme';
export declare const createStyles: (themeVar: ThemeVarType) => {
    fix_group: {
        flexDirection: "row";
        paddingHorizontal: number;
    };
    fix_group_disabled: {
        backgroundColor: string;
    };
    fix_group_border: {
        borderWidth: number;
        borderRadius: number;
        borderColor: string;
    };
    fix_text: {
        color: string;
        alignSelf: "center";
    };
    fix_text_pre: {
        marginRight: number;
    };
    fix_text_suf: {
        marginLeft: number;
    };
    text_input: {
        flex: number;
        paddingHorizontal: number;
        paddingVertical: number;
        marginHorizontal: number;
        marginVertical: number;
        color: string;
    };
    text_input_disabled: {
        color: string;
    };
    clearable: {
        alignSelf: "center";
        width: number;
        height: number;
        borderRadius: number;
        backgroundColor: string;
        alignItems: "center";
        justifyContent: "center";
        marginLeft: number;
    };
};
