/// declare module 'kenga-containers/tabbed-pane' { import Cards from 'kenga-containers/card-pane' export default class TabbedPane extends Cards { readonly captions: HTMLElement readonly captionsShell: HTMLElement } }