/// import type { Kind } from "../__config__/types"; export declare function getIconByKind(kind: Kind): JSX.Element | null;