/// import { IconProps } from "../type"; export declare function ArrowDown2Icon({ className, style, active, ...props }: IconProps & { active?: boolean; }): JSX.Element;