import React from "react";

/**
 * chevron-up-down.svg
 */
declare const ChevronUpDownIcon: React.ForwardRefExoticComponent<
    Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
    React.RefAttributes<SVGSVGElement>
>;

export default ChevronUpDownIcon;
