import * as cog from '../cog'; import * as dashboardv2beta1 from '../dashboardv2beta1'; export declare class AutoGridItemBuilder implements cog.Builder { protected readonly internal: dashboardv2beta1.AutoGridLayoutItemKind; constructor(); /** * Builds the object. */ build(): dashboardv2beta1.AutoGridLayoutItemKind; repeat(repeat: cog.Builder): this; conditionalRendering(conditionalRendering: cog.Builder): this; name(name: string): this; } export declare function autoGridItem(name: string): AutoGridItemBuilder;