import { ReactNode } from 'react';

export declare const NeuroGrid: ({ children }: {
    children: ReactNode;
}) => import("react/jsx-runtime").JSX.Element;
