import { MessageWithKey } from '../../../@unbounce/ui-components'; /** * If you're using this from the CCE, you likely want to use the override from * src/editor/alerts/hooks in the CCE. * @param messages * @returns */ export declare const useSendAlert: >(messages: T) => (options: MessageWithKey) => import("../../../@unbounce/ui-components").QueuedMessage;