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