/** * Official Type definitions for the LemonadeJS plugins * https://lemonadejs.net * Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped */ import Component from './index'; interface Tabs { (): any [key: string]: any } declare function Tabs(props: Component.Options): any; export default Tabs;