import { EpPropFinalized, EpPropMergeType } from "../../../utils/vue/props/types.js"; import "../../../utils/index.js"; import * as vue from "vue"; //#region ../../packages/components/layout-column/src/layout-column.vue.d.ts declare var __VLS_1: {}, __VLS_9: { class: string; }, __VLS_11: { class: string; }, __VLS_13: { class: string; }; type __VLS_Slots = {} & { 'title-right'?: (props: typeof __VLS_1) => any; } & { left?: (props: typeof __VLS_9) => any; } & { left?: (props: typeof __VLS_11) => any; } & { right?: (props: typeof __VLS_13) => any; }; declare const __VLS_base: vue.DefineComponent<{ readonly title: EpPropFinalized; readonly noTitle: EpPropFinalized; readonly width: EpPropFinalized; readonly isScrollbar: EpPropFinalized; }, unknown, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly; readonly noTitle: EpPropFinalized; readonly width: EpPropFinalized; readonly isScrollbar: EpPropFinalized; }>>, { readonly title: string; readonly width: string; readonly noTitle: EpPropMergeType; readonly isScrollbar: EpPropMergeType; }, {}>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //#endregion export { _default };