import { ListItemProps } from './itlab-list-item.vue'; export type ListButtonProps = Pick & { label?: string; color?: 'primary' | 'color' | 'secondary' | 'tertiary' | 'destructive' | 'affirmative'; }; declare var __VLS_12: {}, __VLS_14: {}, __VLS_17: {}; type __VLS_Slots = {} & { media?: (props: typeof __VLS_12) => any; } & { default?: (props: typeof __VLS_14) => any; } & { trailing?: (props: typeof __VLS_17) => any; }; declare const __VLS_base: import('vue').DefineComponent any; click: (data: MouseEvent) => any; }, string, import('vue').PublicProps, Readonly & Readonly<{ onRef?: ((data: any) => any) | undefined; onClick?: ((data: MouseEvent) => any) | undefined; }>, {}, {}, {}, {}, 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; }; };