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