import type { ISpacedInputGrid } from './types'; export declare const SpacedInputGrid: ({ children, style }: ISpacedInputGrid) => import("react").JSX.Element;