import { JengaAlertProps } from './types'; export declare function useAlert(props: JengaAlertProps): { styles: import("../../../tasty").Styles; theme: "disabled" | "danger" | "success" | "note"; filteredProps: Record; };