import { ForwardRefComponent } from './polymorphic'; import { AllSystemProps } from './system-props'; declare const defaultElement = "div"; export declare type GridProps = AllSystemProps; declare type GridComponent = ForwardRefComponent; export declare const Grid: GridComponent; export {};