export interface Props { appearance?: 'primary' | 'secondary' | 'tertiary'; color?: 'neutral' | 'accent' | 'error' | 'warning' | 'success'; disabled?: boolean; href?: string; isLoading?: boolean; isSquare?: boolean; size?: '2xs' | 'xs' | 'sm' | 'md' | 'lg'; tag?: 'a' | 'button' | 'label'; type?: 'button' | 'submit' | 'reset'; } declare var __VLS_13: {}, __VLS_15: {}, __VLS_17: {}; type __VLS_Slots = {} & { 'leading-icon'?: (props: typeof __VLS_13) => any; } & { default?: (props: typeof __VLS_15) => any; } & { 'trailing-icon'?: (props: typeof __VLS_17) => any; }; declare const __VLS_base: import('vue').DefineComponent & Readonly<{}>, { size: "2xs" | "xs" | "sm" | "md" | "lg"; tag: "a" | "button" | "label"; type: "button" | "submit" | "reset"; color: "neutral" | "accent" | "error" | "warning" | "success"; appearance: "primary" | "secondary" | "tertiary"; href: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=CpButton.vue.d.ts.map