import { default as DapDSTab } from './tab.component';
export * from './tab.component';
export default DapDSTab;
declare global {
    interface HTMLElementTagNameMap {
        'dap-ds-tab': DapDSTab;
    }
}
