import type { ComponentData } from "../../../types/config.ts";
import { createHandlerParser } from "./index.ts";
export declare const parseComponents: ReturnType<typeof createHandlerParser<ComponentData>>;
