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