import { CoID, LocalNode, RawCoValue } from "cojson"; import { CoJsonType, ExtendedCoJsonType } from "./use-resolve-covalue.js"; export declare const TypeIcon: ({ type, extendedType, }: { type: CoJsonType; extendedType?: ExtendedCoJsonType; }) => import("react/jsx-runtime").JSX.Element | null; export declare const ResolveIcon: ({ coId, node, }: { coId: CoID; node: LocalNode; }) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=type-icon.d.ts.map