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