export function Element(props: any): any;
export namespace Element {
    function serialize(elementProps: any): any;
}
