import { interfaces } from 'ask-sdk-model';
export declare class BodyTemplate7Builder {
    protected template: interfaces.display.BodyTemplate7;
    constructor();
    setImage(image: interfaces.display.Image): this;
    setTitle(title: string): this;
    setToken(token: string): this;
    setBackgroundImage(image: interfaces.display.Image): this;
    setBackButtonBehavior(backButtonBehavior: interfaces.display.BackButtonBehavior): this;
    build(): interfaces.display.BodyTemplate7;
}
