import { Node } from 'unist';
declare const remarkBlockquoteAlerts: () => (tree: Node) => void;
export default remarkBlockquoteAlerts;
