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