import { type Picture } from '../model/Picture'; export declare const isIcon: (icon: Picture | undefined) => boolean;