import type { BoardColumn } from '@/models/board/boardColumn.model'; import type { UserUuid } from '@/models/user/userUuid.model'; type __VLS_Props = { selectedOwnerUuid: UserUuid | null; column: BoardColumn; }; 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;