/**
 * This component is deprecated and will be removed in a future version of
 * Lime Elements. Please use CSS for your flexible container needs 🙂
 *
 * @deprecated Please use CSS instead https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_grid_layout
 * @private
 * @slot - Grid content
 */
export declare class Grid {
  componentWillLoad(): void;
  render(): any;
}
//# sourceMappingURL=grid.d.ts.map