import type { ScalarButtonProps } from './types'; /** * Scalar Button Component * * Provides a styled button, if you are looking for * an icon only button, use ScalarIconButton instead, * it's a helpful wrapper around this component * * @example * * * */ declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: __VLS_WithSlots & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, { icon?: (props: {}) => any; } & { default?: (props: {}) => any; } & { default?: (props: {}) => any; }>; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=ScalarButton.vue.d.ts.map