import { EpPropFinalized, EpPropMergeType } from "../../utils/vue/props/types.js"; import "../../utils/index.js"; import { LayoutColumnInstance, LayoutColumnProps, layoutColumnProps } from "./src/layout-column.js"; import * as vue from "vue"; //#region ../../packages/components/layout-column/index.d.ts declare const ElLayoutColumn: { new (...args: any[]): vue.CreateComponentPublicInstance; readonly noTitle: EpPropFinalized; readonly width: EpPropFinalized; readonly isScrollbar: EpPropFinalized; }>>, unknown, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & Readonly; readonly noTitle: EpPropFinalized; readonly width: EpPropFinalized; readonly isScrollbar: EpPropFinalized; }>>, { readonly title: string; readonly width: string; readonly noTitle: EpPropMergeType; readonly isScrollbar: EpPropMergeType; }, true, {}, {}, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly; readonly noTitle: EpPropFinalized; readonly width: EpPropFinalized; readonly isScrollbar: EpPropFinalized; }>>, {}, {}, {}, {}, { readonly title: string; readonly width: string; readonly noTitle: EpPropMergeType; readonly isScrollbar: EpPropMergeType; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & vue.ComponentOptionsBase; readonly noTitle: EpPropFinalized; readonly width: EpPropFinalized; readonly isScrollbar: EpPropFinalized; }>>, unknown, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, { readonly title: string; readonly width: string; readonly noTitle: EpPropMergeType; readonly isScrollbar: EpPropMergeType; }, {}, string, {}> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => { $slots: { 'title-right'?: (props: {}) => any; } & { left?: (props: { class: string; }) => any; } & { left?: (props: { class: string; }) => any; } & { right?: (props: { class: string; }) => any; }; }) & vue.ObjectPlugin & { setPropsDefaults: (defaults: Partial; readonly isScrollbar: EpPropMergeType; }> & Omit<{ readonly title: string; readonly width: string; readonly noTitle: EpPropMergeType; readonly isScrollbar: EpPropMergeType; } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & Readonly; readonly noTitle: EpPropFinalized; readonly width: EpPropFinalized; readonly isScrollbar: EpPropFinalized; }>>, "title" | "width" | "noTitle" | "isScrollbar">>) => void; } & Record; //#endregion export { ElLayoutColumn, ElLayoutColumn as default, LayoutColumnInstance, LayoutColumnProps, layoutColumnProps };