import type { Bud } from '@roots/bud-framework';
export declare const Children: ({ compilers, }: {
    compilers: Record<string, Bud>;
}) => import("@roots/bud-support/jsx-runtime").JSX.Element;
