import '@oicl/openbridge-webcomponents/dist/components/keyboard-numeric/keyboard-numeric.js'; import { ObcKeyboardNumericType } from '@oicl/openbridge-webcomponents/dist/components/keyboard-numeric/keyboard-numeric.js'; import { ObcNumberInputFieldTextAlign } from '@oicl/openbridge-webcomponents/dist/components/number-input-field/number-input-field.js'; export interface Props { type?: ObcKeyboardNumericType; hasTitleBar?: boolean; label?: string; value?: string; hasCalculation?: boolean; has2Symbols?: boolean; helperText?: string; hasLeadingIcon?: boolean; unit?: string; inputFieldTextAlign?: ObcNumberInputFieldTextAlign; validationPattern?: string; } export type { ObcKeyboardNumericType } from '@oicl/openbridge-webcomponents/dist/components/keyboard-numeric/keyboard-numeric.js'; export type { ObcNumberInputFieldTextAlign } from '@oicl/openbridge-webcomponents/dist/components/number-input-field/number-input-field.js'; declare const _default: import("vue").DefineComponent & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;