interface AlertProps {
    status?: string;
    hidden?: boolean;
}
export declare function Alert({ status, hidden }: AlertProps): import("react/jsx-runtime").JSX.Element;
export {};
