import { BaseComponent } from '../../Utilities';
import { IGridProps } from './Grid.Props';
export declare class Grid extends BaseComponent<IGridProps, {}> {
    private _id;
    constructor(props: IGridProps);
    render(): JSX.Element;
}
