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