import React from "react"; import { ShevronIconProps } from "../types"; declare const ShevronIcon: ({ style, className, up, }: ShevronIconProps) => React.ReactElement; export default ShevronIcon;