import { HTMLAttributes } from 'react'; export declare const Grid: ({ fluid, children, ...props }: { fluid?: boolean; } & HTMLAttributes) => import("react/jsx-runtime").JSX.Element;