export declare const Style: { container: { height: string; }; listContainer: { flex: number; justifyContent: "center"; alignItems: "center"; }; listStyle: { flex: number; backgroundColor: string; marginStart: number; marginEnd: number; }; };