import type { SVGProps } from 'react'; declare function XIcon(props: SVGProps): import("react/jsx-runtime").JSX.Element; declare function CheckIcon(props: SVGProps): import("react/jsx-runtime").JSX.Element; declare function ChevronDownIcon(props: SVGProps): import("react/jsx-runtime").JSX.Element; declare function ChevronRightIcon(props: SVGProps): import("react/jsx-runtime").JSX.Element; declare function CircleIcon(props: SVGProps): import("react/jsx-runtime").JSX.Element; export { XIcon, CheckIcon, ChevronDownIcon, ChevronRightIcon, CircleIcon };