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