import type { MarketingShellProps } from './types.js';
export declare function MarketingShell({ header, footer, children, className }: MarketingShellProps): import("react/jsx-runtime").JSX.Element;
