import type * as Options from "@/options/offer";
export declare class Offer {
    readonly image: string;
    readonly description: string;
    readonly bullets: string[];
    constructor(offer?: Options.Offer);
}
