export declare type SetFormElementCaretPosition = (firstParam: HTMLInputElement | HTMLTextAreaElement, secondParam: number) => void;