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

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

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