import React from 'react'; import { MainAttributeProps } from './types'; declare const MainAttribute: React.FC; export default MainAttribute;