export interface BigScreenEndpointItem { id: number | string; nodeName?: string; nodeIp?: string; nodeStatus?: boolean; heartbeatEnabled?: boolean; heartbeatIgnoreList?: string[]; heartbeatResults?: Array<{ targetName?: string; targetIp?: string; latencyMs?: number | string; statusLevel?: string; }>; } type __VLS_Props = { items?: BigScreenEndpointItem[]; showUnlinkedEndpointCards?: boolean; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { select: (item: BigScreenEndpointItem) => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ onSelect?: ((item: BigScreenEndpointItem) => any) | undefined; }>, { items: BigScreenEndpointItem[]; showUnlinkedEndpointCards: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default; //# sourceMappingURL=BigScreenEndpointDistribution.vue.d.ts.map