import type { BottomViewProps } from '../types/index.js';
declare const BottomView: import("svelte").Component<BottomViewProps, {}, "">;
type BottomView = ReturnType<typeof BottomView>;
export default BottomView;
