import * as React from 'react';
export interface Component8Props {
  className?: string;
  style?: React.CSSProperties;
  variant?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
  hover?: boolean;
  /** Swappable nested instance; defaults to the design's. */
  icon1?: React.ReactNode;
}
export declare const Component8: React.FC<Component8Props>;
export default Component8;
