import React from 'react'; import { DrawLayerProps } from './types'; declare const DrawLayer: React.FunctionComponent; export default DrawLayer;