import { ConfirmModalData } from '../buttons/ActionButton.vue'; type __VLS_Props = { /** The title of the chip */ title: string; /** The content of the chip */ content: string; /** When true, displays an action button for removing this chip */ removeable?: boolean; /** When removeable, allow for a confirmation modal to be shown */ confirmModal?: ConfirmModalData; }; declare const __VLS_export: import('../../../node_modules/vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('../../../node_modules/vue').ComponentOptionsMixin, import('../../../node_modules/vue').ComponentOptionsMixin, {} & { remove: () => any; }, string, import('../../../node_modules/vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ onRemove?: () => any; }>, {}, {}, {}, {}, string, import('../../../node_modules/vue').ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;