/** * https://drafts.csswg.org/cssom/#css-property-to-idl-attribute */ export declare function cssPropertyToIDLAttribute(property: string): string; //# sourceMappingURL=IDLAttribute.d.ts.map