import '@oicl/openbridge-webcomponents/dist/components/table-header-item/table-header-item.js'; import { ObcTableHeaderItemType, ObcTableHeaderItemSortDirection } from '@oicl/openbridge-webcomponents/dist/components/table-header-item/table-header-item.js'; export interface Props { type?: ObcTableHeaderItemType; disabled?: boolean; hasLeadingIcon?: boolean; sortDirection?: ObcTableHeaderItemSortDirection; showDivider?: boolean; checked?: boolean; sortable?: boolean; } export type { ObcTableHeaderItemType, ObcTableHeaderItemSortDirection } from '@oicl/openbridge-webcomponents/dist/components/table-header-item/table-header-item.js'; declare const _default: import("vue").DefineComponent & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;