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

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

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