import { ZStackProps } from './types';
export declare const ZStack: (props: ZStackProps) => any;
