import * as React from "react"; export interface IProps { zIndex: number; children?: React.ReactNode; } export declare const Layer: React.FC;