import '@oicl/openbridge-webcomponents/dist/components/pivot-item-group/pivot-item-group.js'; import { ObcPivotItemDirection } from '@oicl/openbridge-webcomponents/dist/components/pivot-item/pivot-item.js'; export interface Props { direction?: ObcPivotItemDirection; selectedValue?: string; allowDeselect?: 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<{ onChange?: ((payload: CustomEvent<{ selectedValue: string; }>) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;