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