import React, { Component } from 'react'; declare function Tabellrad(props: any): React.JSX.Element; declare class Tabell extends Component { constructor(props: any); render(): React.JSX.Element; } export { Tabell, Tabellrad };