import { BulmaComponent } from '..';

declare const Element: BulmaComponent<{}, 'div'>;

export default Element;
