/// <reference types="astro/client" />

declare module "@pagefind/default-ui" {
  declare class PagefindUI {
    constructor(arg: any);
  }
}
