import type { ThemeVarType } from '../theme';
export declare const createStyles: (themeVar: ThemeVarType) => {
    title: {
        flexShrink: number;
        fontWeight: "bold";
        fontSize: number;
        lineHeight: number;
        textAlign: "center";
    };
    description: {
        flexShrink: number;
        textAlign: "center";
        color: string;
        fontSize: number;
        lineHeight: number;
        paddingBottom: number;
    };
    description_box: {
        borderBottomWidth: number;
        borderBottomColor: string;
    };
    description_alone: {
        paddingTop: number;
    };
    btn: {
        alignItems: "center";
        paddingVertical: number;
        paddingHorizontal: number;
    };
    item: {
        textAlign: "center";
        fontSize: number;
        lineHeight: number;
    };
    subname: {
        marginTop: number;
        color: string;
        fontSize: number;
        lineHeight: number;
    };
    gap: {
        height: number;
        backgroundColor: string;
    };
    cancel: {
        flexShrink: number;
        textAlign: "center";
        color: string;
        fontSize: number;
        lineHeight: number;
    };
};
