import { type GfxModel } from '@blocksuite/std/gfx'; import { type TemplateResult } from 'lit'; export declare const noContentPlaceholder: TemplateResult<1>; export declare const TYPE_ICON_MAP: { [key: string]: { name: string; icon: TemplateResult; }; }; export declare const getReferenceModelTitle: (model: GfxModel) => string | null; //# sourceMappingURL=utils.d.ts.map