import { Card } from '@sanity/ui'; import React, { ComponentProps } from 'react'; interface AlertProps extends Omit, 'title'> { title: React.ReactNode; status?: 'warning' | 'error'; suffix?: React.ReactNode; } export declare function Alert(props: AlertProps): React.JSX.Element; export {}; //# sourceMappingURL=Alert.d.ts.map