import { PropType } from 'vue'; import { ColorScheme } from '../../declaration'; import { VsChipStyleSet } from './types'; declare const _default: import('vue').DefineComponent; }; styleSet: { type: PropType; }; closable: { type: BooleanConstructor; default: boolean; }; dense: { type: BooleanConstructor; default: boolean; }; noRound: { type: BooleanConstructor; default: boolean; }; primary: { type: BooleanConstructor; default: boolean; }; }>, { hasIcon: import('vue').ComputedRef; colorSchemeClass: import('vue').ComputedRef; computedStyleSet: import('vue').ComputedRef<{ [key: string]: any; }>; classObj: import('vue').ComputedRef<{ 'vs-dense': boolean; 'vs-no-round': boolean; 'vs-primary': boolean; }>; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "close"[], "close", import('vue').PublicProps, Readonly; }; styleSet: { type: PropType; }; closable: { type: BooleanConstructor; default: boolean; }; dense: { type: BooleanConstructor; default: boolean; }; noRound: { type: BooleanConstructor; default: boolean; }; primary: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{ onClose?: ((...args: any[]) => any) | undefined; }>, { dense: boolean; primary: boolean; closable: boolean; noRound: boolean; }, {}, { VsIcon: import('vue').DefineComponent; required: true; }; size: { type: (NumberConstructor | StringConstructor)[]; default: number; }; }>, { iconSvgs: { attachFile: string; check: string; close: string; copy: string; drag: string; error: string; expandLess: string; expandMore: string; goFirst: string; goLast: string; goNext: string; goPrev: string; info: string; link: string; keyboardArrowUp: string; keyboardArrowDown: string; menu: string; message: string; noData: string; radioChecked: string; radioUnchecked: string; rotateRight: string; search: string; success: string; themeDark: string; themeLight: string; unfoldMore: string; warning: string; }; computedSize: import('vue').ComputedRef<{ width?: undefined; height?: undefined; } | { width: string; height: string; }>; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; required: true; }; size: { type: (NumberConstructor | StringConstructor)[]; default: number; }; }>> & Readonly<{}>, { size: string | number; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default;