import React from 'react'; import { InternalBaseComponentProps } from '../internal/hooks/use-base-component'; import { AlertProps } from './interfaces'; declare const InternalAlert: React.ForwardRefExoticComponent>; export default InternalAlert;