// @flow
import * as React from "react";

import { Props } from "../Icon";

declare const ShowLess: React.FunctionComponent<Props>;
export { ShowLess, ShowLess as default };
