/** * Utility to remove empty attributes from properties, JSX does not comply with the W3 standard * [W3](https://www.w3.org/TR/2008/WD-html5-20080610/semantics.html#boolean) */ export declare const elementAttributes: > = Record>(props: Partial) => T; export default elementAttributes; //# sourceMappingURL=element-attributes.d.ts.map