import type { Ref } from 'vue'; export declare function useContainer(layout: Ref<'horizontal' | 'vertical'>): { containerEl: any; containerSize: any; };