import { ThumborSettingType } from '../Common/types'; export declare type LogoPropsType = { imageClassName?: string; thumborSetting?: ThumborSettingType; lazyLoadedImage?: boolean; widthImage?: number; heightImage?: number; }; declare const Logo: { ({ imageClassName, thumborSetting, lazyLoadedImage, widthImage, heightImage, }: LogoPropsType): JSX.Element | null; displayName: string; __docgenInfo: { description: string; displayName: string; props: { imageClassName: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; thumborSetting: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; lazyLoadedImage: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; widthImage: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; heightImage: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; }; }; }; export default Logo;