import { FunctionalComponent } from '../../stencil-public-runtime'; import { Alert } from './alert'; declare const Alerts: FunctionalComponent; export { Alerts }; export default Alert;