import type { ThemeVarType } from '../theme';
export declare const createStyles: (themeVar: ThemeVarType) => {
    result: {
        alignItems: "center";
        justifyContent: "center";
    };
    icon: {
        width: number;
        height: number;
        borderRadius: number;
        marginBottom: number;
        justifyContent: "center";
    };
    titleText: {
        marginBottom: number;
        lineHeight: number;
        fontSize: number;
        color: string;
        textAlign: "center";
    };
    subtitleText: {
        marginBottom: number;
        lineHeight: number;
        fontSize: number;
        color: string;
        textAlign: "center";
    };
};
