import type { IconList } from './type'; export declare const DEFAULT_ICON_CATEGORY: IconList; export declare const BuiltInImageList: { id: string; url: string; name: string; }[];