/** * @internal */ export declare class CssGridItem { /** * Grid item name */ itemName: string; render(): any; }