import { default as Alert, AlertContents } from './Alert'; import { AlertProps, AlertSharedProps } from './types'; export { Alert, AlertContents }; export type { AlertProps, AlertSharedProps }; //# sourceMappingURL=index.d.ts.map