import * as React from "react"; export declare const Layer: React.FC<{ zIndex: number; }>;