import { AlertProps } from './alert.type'; declare const Alert: (props: AlertProps) => import("react/jsx-runtime").JSX.Element | null; export default Alert; //# sourceMappingURL=alert.d.ts.map