import React from 'react'; import { GenericComponentType } from '../../types'; export type IZStackComponentType = GenericComponentType; export declare const ZStack: IZStackComponentType, unknown, import("react-native").ViewProps, "ZStack">>>;