import type { CopilotChatToggleButtonIconSlotProps, CopilotChatToggleButtonProps } from "./types"; type __VLS_Slots = { "open-icon"?: (props: CopilotChatToggleButtonIconSlotProps) => unknown; "close-icon"?: (props: CopilotChatToggleButtonIconSlotProps) => unknown; }; declare const __VLS_component: import("vue").DefineComponent & Readonly<{}>, { type: "button" | "submit" | "reset"; disabled: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=CopilotChatToggleButton.vue.d.ts.map