import * as React from 'react';
import { ILayerProps } from './Layer.types';
export declare const Layer: React.StatelessComponent<ILayerProps>;
