import '@oicl/openbridge-webcomponents/dist/components/user-button/user-button.js'; import { Variant, Size, StyleType } from '@oicl/openbridge-webcomponents/dist/components/user-button/user-button.js'; export interface Props { variant?: Variant; size?: Size; styleType?: StyleType; static?: boolean; disabled?: boolean; initials?: string; label?: string | undefined; } export type { Variant, Size, StyleType } from '@oicl/openbridge-webcomponents/dist/components/user-button/user-button.js'; declare const _default: import("vue").DefineComponent & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;