import Vue, { PluginObject } from 'vue'; export declare class MCharacterCount extends Vue { readonly valueLength: number; readonly maxLength: number; readonly threshold: number; readonly transition: boolean; get hasCounter(): boolean; } declare const CharacterCountPlugin: PluginObject; export default CharacterCountPlugin; //# sourceMappingURL=character-count.d.ts.map