import { type ImageContent } from '../ui-kit/Img/ImgProps'; import { type AspectsDef } from './AspectsProps'; import { type TitleProps } from './HeadlineType'; /** * @title Логотип */ export declare type LogoType = ImageContent & TitleProps & { /** @title Дополнительные атрибуты для шапки */ dataHeader?: AspectsDef[]; /** @title Дополнительные атрибуты для подвала */ dataFooter?: AspectsDef[]; /** @hidden */ href?: string; };