import React from 'react'; import { ElementProps } from './ElementProps'; declare const Element: React.FunctionComponent & { defaultProps: Partial; }; export { Element };