import * as React from 'react'; import type { ILayerProps } from './Layer.types'; export declare const Layer: React.FunctionComponent;