/// import type { GridProps } from "./Grid.types"; declare function Grid({ children, className, ...rest }: GridProps): JSX.Element; declare namespace Grid { var displayName: string; } export { Grid };