export declare const commonStyles: { container: { flex: number; }; contentContainer: { backgroundColor: string; }; foregroundContainer: { flex: number; backgroundColor: string; }; }; export declare const stretchyImageStyles: { wrapper: { flex: number; position: "absolute"; }; animatedImageBackground: { width: number; flex: number; }; };