export type BannerOptions = { color?: string; position?: 'top' | 'bottom'; id?: string; }; export declare function createBanner(message: string, options?: BannerOptions): void; export declare function removeBanner(id?: string): void; //# sourceMappingURL=banner.d.ts.map