import { SizeWithMd } from '../../../utils/size'; export interface FormControlSecretProps { /** * If true the value is visible by default */ visible?: boolean; /** * Value of the input */ value?: string | number; /** * Size of the input form */ size?: SizeWithMd; /** * Bootstrap variant of the haptic copy button */ hapticCopyVariant?: string; /** * Hide toggler button */ noToggler?: boolean; /** * Hide haptic copy button */ noHapticCopy?: boolean; } declare const __VLS_export: import('../../../../node_modules/vue').DefineComponent void; }, string, import('../../../../node_modules/vue').PublicProps, Readonly & Readonly<{ "onUpdate:visible"?: ((...args: any[]) => any) | undefined; }>, { visible: boolean; size: SizeWithMd; value: string | number; hapticCopyVariant: string; noToggler: boolean; noHapticCopy: boolean; }, {}, {}, {}, string, import('../../../../node_modules/vue').ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;