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