export declare class PlaceholderImages {
    static GetRamonImage(): string;
    static GetIDImage(id: number): string;
}
