import PSelect from "./select.component.js"; export * from "./select.component.js"; export default PSelect; declare global { interface HTMLElementTagNameMap { "p-select": PSelect; } }