declare const styles: { container: { flex: number; paddingTop: number; backgroundColor: string; }; rootViewStyle: { flex: number; backgroundColor: string; }; mainFlashListContainer: { height: number; width: number; }; itemContainer: { height: number; width: number; }; touchContainer: { flex: number; }; list: { flex: number; backgroundColor: string; }; loaderStyle: { flex: number; alignSelf: "center"; }; }; export default styles;