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