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