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