import { type Colors } from "../theme/theme.types"; type Options = { actionLabel?: string; actionColor?: keyof Colors; onDismiss?: () => void; }; export declare const alert: (title: string, message: string, options?: Options) => void; export {}; //# sourceMappingURL=alert.d.ts.map