import type { Callout } from '../../types';
declare const callout: (node: Callout, _: any, state: any, info: any) => any;
export default callout;
