import { ReactNode } from 'react';
type Props = {
    icon: ReactNode;
    className?: string;
};
export declare function NodeIcon({ icon, className }: Props): import("react/jsx-runtime").JSX.Element;
export {};
