interface LoyaltyPointsResponse {
    points?: number;
    label?: string;
}
export declare class SallaLoyaltyPointsBanner {
    host: HTMLElement;
    pointsData: LoyaltyPointsResponse;
    productId: string | number;
    componentWillLoad(): Promise<void>;
    render(): any;
}
export {};
