import React from 'react'; import type { PropsWithChildren } from 'react'; import type { AlertProps } from '../../decs'; declare const Alert: React.FC>; export type { AlertProps } from '../../decs'; export default Alert; //# sourceMappingURL=Alert.d.ts.map