import type { AlertFactoryPayload } from './types'; export declare const Alert: import("../../core/factory").PlatformBlocksComponent; /** @deprecated Use `Alert`. `Notice` is kept as a back-compat alias. */ export declare const Notice: import("../../core/factory").PlatformBlocksComponent;