import { GridLayoutItem as FoundationGridLayoutItem } from '@genesislcap/foundation-ui'; /** * @tagname %%prefix%%-grid-layout-item */ export declare class GridLayoutItem extends FoundationGridLayoutItem { } /** * The Zero Grid Layout Item * * @public * @remarks * HTML Element: \ */ export declare const zeroGridLayoutItem: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{ baseName: string; shadowOptions: ShadowRootInit; template: import("@microsoft/fast-element").ViewTemplate; }>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{ baseName: string; shadowOptions: ShadowRootInit; template: import("@microsoft/fast-element").ViewTemplate; }, typeof GridLayoutItem>; //# sourceMappingURL=grid-layout-item.d.ts.map