type Attributes = { [key: string]: string; }; export declare const htmlKeysToJsxKeys: (obj: Record) => Attributes; export {};