import { BusinessIntro } from '../types'; import { Sticker } from '../types'; export declare class BusinessIntroBase implements BusinessIntro { title: string; message: string; sticker: Sticker; }