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