import { ILayerProps } from './'; export default function BaseLayer(type: string, props: ILayerProps): JSX.Element | null;