import { type VNode } from 'vue'; export declare function useLayout(): { readonly tableHeight: { height: string; }; onMounted: (node: VNode) => void; onUnmounted: (node: VNode) => void; };