import type { ThemeVarType } from '../theme';
export declare const createStyles: (themeVar: ThemeVarType) => {
notify: {
alignItems: "center";
justifyContent: "center";
paddingHorizontal: number;
paddingVertical: number;
};
text: {
fontSize: number;
lineHeight: number;
};
};