declare function setupCharacterCount(element: HTMLElement, type: HTMLTextAreaElement | HTMLInputElement | null, length: string | null, countdown: HTMLElement | null, countMessageOverflow: HTMLElement | null): void; declare function charCounter(element: HTMLElement | null): void; export { charCounter, setupCharacterCount }; //# sourceMappingURL=char-counter.d.ts.map