export declare const style: { container: { margin: number; marginTop: number; }; gridView: { flexDirection: string; flexWrap: string; }; layout: { marginTop: number; overflow: string; }; listAppsText: { color: string; fontSize: number; fontWeight: string; marginBottom: number; marginLeft: number; marginTop: number; }; listDividerColor: { backgroundColor: string; }; listInnerTwoView: { flexDirection: string; flexWrap: string; }; listMainView: { flexDirection: string; }; noAppImage: { height: number; width: number; }; noAppTitle: { color: string; }; noAppView: { flex: number; flexDirection: string; justifyContent: string; }; page: { overflow: string; }; };