import DesktopContainer from '../components/Containers/DesktopContainer.svelte'; import MobileAutocompleteContainer from '../components/Containers/MobileAutocompleteContainer.svelte'; import MobileDrawerContainer from '../components/Containers/MobileDrawerContainer.svelte'; export declare function getContainerComponent(isDesktop: boolean, autocomplete: boolean): typeof DesktopContainer | typeof MobileAutocompleteContainer | typeof MobileDrawerContainer;