import type { StackNonStyleProps, StackStyle, StackStyleBase, TamaguiElement } from '../types'; export type View = TamaguiElement; export type ViewNonStyleProps = StackNonStyleProps; export type ViewStylePropsBase = StackStyleBase; export type ViewStyle = StackStyle; export type ViewProps = ViewNonStyleProps & ViewStyle; export declare const View: import("../types").TamaguiComponent; //# sourceMappingURL=View.d.ts.map