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