import * as React from 'react';
export interface Component7Props {
  className?: string;
  style?: React.CSSProperties;
  text?: string;
  variant?: "1" | "2" | "3" | "4" | "5";
  hover?: boolean;
  /** Swappable nested instance; defaults to the design's. */
  icon1?: React.ReactNode;
}
export declare const Component7: React.FC<Component7Props>;
export default Component7;
