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