/// <reference types="react" />
import { ElementProps } from './types';
export declare function Element({ attributes, className, children, selfClose, tagName, }: ElementProps): JSX.Element;
//# sourceMappingURL=Element.d.ts.map