import type { Bud } from '@roots/bud-framework';
interface ReplProps {
    app: Bud;
    depth: string;
    indent: string;
}
export declare const Repl: ({ app, depth, indent }: ReplProps) => import("@roots/bud-support/jsx-runtime").JSX.Element;
export {};
