import * as React from "react"; import { Icon } from "@stratakit/foundations"; declare const ArrowDownIcon: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const CheckmarkIcon: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const CaretsUpDownIcon: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const ChevronDownIcon: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const ChevronLeftIcon: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const ChevronLeftDoubleIcon: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const ChevronRightIcon: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const ChevronRightDoubleIcon: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const DismissIcon: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const DismissCircleIcon: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const ErrorIcon: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const InfoIcon: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const SuccessIcon: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const WarningIcon: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; export { ArrowDownIcon, CaretsUpDownIcon, CheckmarkIcon, ChevronDownIcon, ChevronLeftDoubleIcon, ChevronLeftIcon, ChevronRightDoubleIcon, ChevronRightIcon, DismissCircleIcon, DismissIcon, ErrorIcon, Icon, InfoIcon, SuccessIcon, WarningIcon, };