import { type Picture } from '../../model/Picture'; interface LogoImageProps { bgColor: string; image?: Picture; } export declare const LogoImg: import("@redneckz/uni-jsx").UNIComponent; export {};