import * as react_jsx_runtime from 'react/jsx-runtime';

/**
 * @internal Don't expose this to websites.
 */
declare const __LANDING_WIDTHS_ID = "hive-l-widths";
interface HiveLayoutConfigProps {
    widths: 'landing-narrow' | 'docs-wide';
}
/**
 * @see {@link HiveLayout} from `@theguild/components/server` for documentation.
 */
declare function HiveLayoutConfig({ widths }: HiveLayoutConfigProps): react_jsx_runtime.JSX.Element | null;

export { HiveLayoutConfig, type HiveLayoutConfigProps, __LANDING_WIDTHS_ID };
