import { ChopLogicSVGElementProps } from '../../../models';
declare function ArrowDownIcon({ title, ...rest }: ChopLogicSVGElementProps): import("react/jsx-runtime").JSX.Element;
export default ArrowDownIcon;
