import '@oicl/openbridge-webcomponents/dist/components/alert-floating-item/alert-floating-item.js'; import { ObcFloatingItemType, ObcFloatingItemDirection, ObcFloatingItemLineType } from '@oicl/openbridge-webcomponents/dist/components/floating-item/floating-item.js'; export interface Props { type?: ObcFloatingItemType; direction?: ObcFloatingItemDirection; hasTimestamp?: boolean; hasDay?: boolean; action?: boolean; action2?: boolean; lineType?: ObcFloatingItemLineType; } export type { ObcFloatingItemType, ObcFloatingItemDirection, ObcFloatingItemLineType } from '@oicl/openbridge-webcomponents/dist/components/floating-item/floating-item.js'; declare const _default: import("vue").DefineComponent & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;