import type { SVGProps } from 'react'; type IconProps = SVGProps; declare function CheckIcon(props: IconProps): import("react/jsx-runtime").JSX.Element; declare function ChevronDownIcon(props: IconProps): import("react/jsx-runtime").JSX.Element; declare function ChevronLeftIcon(props: IconProps): import("react/jsx-runtime").JSX.Element; declare function ChevronRightIcon(props: IconProps): import("react/jsx-runtime").JSX.Element; declare function CircleIcon(props: IconProps): import("react/jsx-runtime").JSX.Element; declare function MinusIcon(props: IconProps): import("react/jsx-runtime").JSX.Element; declare function MoonIcon(props: IconProps): import("react/jsx-runtime").JSX.Element; declare function SidebarClosedIcon(props: IconProps): import("react/jsx-runtime").JSX.Element; declare function SidebarOpenIcon(props: IconProps): import("react/jsx-runtime").JSX.Element; declare function SunIcon(props: IconProps): import("react/jsx-runtime").JSX.Element; export type { IconProps }; export { CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, CircleIcon, MinusIcon, MoonIcon, SidebarClosedIcon, SidebarOpenIcon, SunIcon, };