import * as s from 'solid-js'; import { NodeType } from '@solid-devtools/debugger/types'; export declare function Node_Type_Icon(props: { type: NodeType | undefined | null; class?: string; }): s.JSX.Element; export declare const Node_Name: s.Component<{ name: string | undefined | null; type: NodeType | undefined | null; frozen: boolean; }>; export declare const Owner_Name: s.Component<{ name: string | undefined | null; type: NodeType | undefined | null; is_title?: boolean; frozen?: boolean; }>; export type HighlightedOwnerName = { isUpdated: s.Accessor; pingUpdated: VoidFunction; OwnerName: typeof Owner_Name; }; export declare function createHighlightedOwnerName(): HighlightedOwnerName; //# sourceMappingURL=owner-name.d.ts.map