import React from 'react'; declare class UIComponents extends React.Component { render(): JSX.Element; } export default UIComponents;