import { utils } from "pixi.js"; import { DDialogSelectSearchFunction } from "./d-dialog-select-search-function"; import { DDialogSelectSearch } from "./d-dialog-select-search"; export declare class DDialogSelectSearhImpl extends utils.EventEmitter implements DDialogSelectSearch { protected _search: DDialogSelectSearchFunction; protected _id: number; protected _idCompleted: number; constructor(search?: DDialogSelectSearchFunction); create(args: [string] | [string, CATEGORY_ID | null]): void; isDone(): boolean; }