import { ThemeColor } from "../../theme/types.js"; import { ButtonShape, ButtonVariant } from "../../styles/button.js"; import { ButtonIconProps } from "./types.js"; //#region src/components/button/button-icon.vue.d.ts declare const __VLS_export: import("vue").DefineComponent & Readonly<{}>, { color: ThemeColor; shape: ButtonShape; variant: ButtonVariant; fitContent: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; //#endregion export { _default };