import type { Component } from 'vue'; /** * Scalar form input base component * * Provides a base for styling scalar form inputs and buttons * * This is used internally by the ScalarTextInput component and others * If you want a text input consider using this component * * Renders a button by default can be used to render any kind of input or input wrapper * * @example * */ declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: __VLS_WithSlots & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, { default?: (props: {}) => any; }>; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=ScalarFormInput.vue.d.ts.map