import type { ThemeVarType } from '../theme';
export declare const createStyles: (themeVar: ThemeVarType) => {
    empty: {
        justifyContent: "center";
        alignItems: "center";
    };
    emptyFull: {
        flex: number;
    };
    icon: {
        alignSelf: "center";
        marginBottom: number;
    };
    text: {
        color: string;
        fontSize: number;
        lineHeight: number;
    };
};
