import { Alert } from './alert'; export type { AlertConnotation } from './alert'; export declare const registerAlert: (prefix?: string) => void; export { Alert as VwcAlertElement };