import type { AlertProps } from './alert';
export declare const useAlertDeprecated: (props: AlertProps) => void;
