import './HeaderLogo.css'; import React from 'react'; import { PropsWithAsAttributes } from '../../../utils/types/PropsWithAsAttributes'; export declare const cnHeaderLogo: import("@bem-react/classname").ClassNameFormatter; export declare type HeaderProps = PropsWithAsAttributes<{}, As>; export declare function HeaderLogo(props: HeaderProps): React.ReactElement;