/// <reference types="react" />
import { ILayerProps } from './Layer.types';
export declare const Layer: (props: ILayerProps) => JSX.Element;
