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