import { ComponentResponse } from './component.response';
export declare class FeastComponentResponse extends ComponentResponse {
    feasts: [];
    h5Url?: string;
    feastType: number;
    videoUrl?: string;
}
//# sourceMappingURL=feast-component.response.d.ts.map