import type { BoardColumnConfig } from '@/models/board/boardColumn.model'; import type { DealIndex } from '@/models/deal/index/dealIndex.model'; type __VLS_Props = { boardColumnConfig: BoardColumnConfig; deal: DealIndex; }; declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { openDeal: (args_0: string & import("zod").$brand<"DealUuid">) => any; }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{ onOpenDeal?: ((args_0: string & import("zod").$brand<"DealUuid">) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;