import { ReactNode } from 'react'; interface LayerSwitcherProps { title?: string; className?: string; children: ReactNode; names: string[]; } export declare const LayerSwitcher: (props: LayerSwitcherProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=LayerSwitcher.d.ts.map