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