import { h } from 'preact'; /** * Locale Switcher Component * * Displays a dropdown to switch between available locales */ export declare function LocaleSwitcher(): h.JSX.Element | null; //# sourceMappingURL=locale-switcher.d.ts.map