import '@oicl/openbridge-webcomponents/dist/components/communication-table/communication-table.js'; import { ObcCommunicationTableRowClickEvent, ObcCommunicationTableRow } from '@oicl/openbridge-webcomponents/dist/components/communication-table/communication-table.js'; export interface Props { data?: ObcCommunicationTableRow[]; showLeadingIcon?: boolean; showLabel?: boolean; showActionIcon?: boolean; largeLeadingIcon?: boolean; } export type { ObcCommunicationTableRowClickEvent, ObcCommunicationTableRow } from '@oicl/openbridge-webcomponents/dist/components/communication-table/communication-table.js'; declare const _default: import("vue").DefineComponent any; }, string, import("vue").PublicProps, Readonly & Readonly<{ "onRow-click"?: ((payload: ObcCommunicationTableRowClickEvent) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;