export declare const JSX_TO_HTML_ATTR: {
    for: string;
};
export declare const transformAttributeToJSX: (key: string) => string;
