type __VLS_Props = { id: string; by?: "PAYOUT_ACCOUNT" | "RESTAURANT" | "DEVICE" | string; excludePayoutAccount?: boolean; excludeOrderingPayoutAccount?: boolean; excludeMarketingPayoutAccount?: boolean; excludeRestaurant?: boolean; excludeDevice?: boolean; }; declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:id": (...args: any[]) => void; "update:by": (...args: any[]) => void; }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{ "onUpdate:id"?: ((...args: any[]) => any) | undefined; "onUpdate:by"?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;