export declare type Dictionary = { [key: string]: T; }; export declare type InputTypes = 'date' | 'datetime-local' | 'email' | 'number' | 'month' | 'password' | 'search' | 'tel' | 'text' | 'url' | 'week'; export declare type Autocomplete = 'on' | 'off'; export declare type EncTypes = 'application/x-www-form-urlencoded' | 'multipart/form-data' | 'text/plain'; export declare type Methods = 'get' | 'post'; export declare type Rels = 'external' | 'help' | 'license' | 'next' | 'nofollow' | 'noopener' | 'noreferrer' | 'opener' | 'prev' | 'search'; export declare type Targets = '_blank' | '_self' | '_parent' | '_top';