import React from 'react'; import { UpHeadingProps } from './types'; declare const UpHeading: React.FunctionComponent; export default UpHeading;