type SelectableButtonAppearance = 'primary' | 'secondary' | 'tertiary' | 'quaternary' | 'inverse'; type SelectableButtonSize = 'xs' | '2xs' | '3xs' | 'sm' | 'md'; interface Props { appearance?: SelectableButtonAppearance; disabled?: boolean; isExpanded?: boolean; isSelected?: boolean; label?: string; size?: SelectableButtonSize; } declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {}; type __VLS_Slots = {} & { 'leading-icon'?: (props: typeof __VLS_1) => any; } & { default?: (props: typeof __VLS_3) => any; } & { 'trailing-icon'?: (props: typeof __VLS_5) => any; }; declare const __VLS_base: import('vue').DefineComponent any; }, string, import('vue').PublicProps, Readonly & Readonly<{ onClick?: ((event: MouseEvent) => any) | undefined; }>, { label: string; isSelected: boolean; size: SelectableButtonSize; disabled: boolean; appearance: SelectableButtonAppearance; isExpanded: boolean; }, {}, {}, {}, 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=CpSelectableButton.vue.d.ts.map