import React from 'react'; export declare interface IAppHeaderCompany { className?: string; [x: string]: any; } export const AppHeaderCompany: React.FC = (props) => { const { className = '', ...otherProps } = props; return ( Buffini ); };