export declare const createStyle: (theme: DiceUI.Theme) => { danger: { backgroundColor: string; }; notify: { alignItems: "center"; flexDirection: "row"; justifyContent: "center"; paddingHorizontal: number; paddingVertical: number; width: number; }; primary: { backgroundColor: string; }; success: { backgroundColor: string; }; text: { color: string; fontSize: number; lineHeight: number; }; warning: { backgroundColor: string; }; };