import '@oicl/openbridge-webcomponents/dist/components/pivot-item/pivot-item.js'; import { ObcPivotItemDirection } from '@oicl/openbridge-webcomponents/dist/components/pivot-item/pivot-item.js'; export interface Props { value?: string; selected?: boolean; direction?: ObcPivotItemDirection; hasLeadingIcon?: boolean; hasLabel?: boolean; label?: string; disabled?: boolean; } export type { ObcPivotItemDirection } from '@oicl/openbridge-webcomponents/dist/components/pivot-item/pivot-item.js'; declare const _default: import("vue").DefineComponent) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onSelected?: ((payload: CustomEvent<{ value: string; }>) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;