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