import type { PropType } from 'vue'; declare const _default: import("vue").DefineComponent<{ name: { type: StringConstructor; required: true; }; color: { type: StringConstructor; default: string; }; outline: { type: BooleanConstructor; default: boolean; }; size: { type: PropType<"sm" | "md" | "lg" | "xl">; default: string; }; }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: string; }; }>>, { color: string; outline: boolean; size: "sm" | "md" | "lg" | "xl"; }, {}>; export default _default;