import { AlertProps } from './core/interface/provider';
declare function Alert({ show, message, type, clearAlert }: AlertProps): import("react/jsx-runtime").JSX.Element;
export default Alert;
//# sourceMappingURL=Alert.d.ts.map