import { default as React } from 'react'; interface CustomLayerProps { id: string; } export declare const CustomLayer: React.FC; export {}; //# sourceMappingURL=CustomLayer.d.ts.map