import React from 'react'; type RenderLayerIndicatorProps = { children?: React.ReactNode; }; export declare const RenderLayerIndicator: ({ children, }: RenderLayerIndicatorProps) => React.JSX.Element; export {};