import { ESCAPED_COMPONENTS } from '../constants.js';

export type EscapedComponent = (typeof ESCAPED_COMPONENTS)[number];
