import type { ExtractPropTypes } from 'vue'; import type VerticalLayout from './vertical-layout.vue'; export declare const verticalLayoutProps: { readonly topHeight: import("ll-plus/es/utils").EpPropFinalized, unknown, unknown, "40px", boolean>; readonly verticalSpace: import("ll-plus/es/utils").EpPropFinalized, unknown, unknown, "8px", boolean>; }; export type VerticalLayoutProps = ExtractPropTypes; export type VerticalLayoutInstance = InstanceType;