import type { IconProps } from "../icon-options"; export declare const ChevronDownCircleIcon: ({ variant, className, ...props }: IconProps) => import("react").JSX.Element; export default ChevronDownCircleIcon;