/**
 * @part block - Span block of the stripe
 */
export declare class GenieStripe {
  /**
 * Number of blocks in the stripe
 */
  numBlocks: number;
  render(): any;
}
