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

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

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