import React from 'react';
interface Props {
    logo?: React.ComponentType;
    projectName: string;
}
declare function Branding(props: Props): React.JSX.Element;
export default Branding;
//# sourceMappingURL=Branding.d.ts.map