export type WebsiteNavigationSectionProps = React.ComponentProps<"div"> & Readonly<{ title: string; footer?: React.ReactNode; background?: "surface-default" | "sand-50"; }>; export declare function WebsiteNavigationSection({ className, title, children, footer, background, ref, ...rest }: WebsiteNavigationSectionProps): import("react").JSX.Element; export declare namespace WebsiteNavigationSection { var displayName: string; } //# sourceMappingURL=WebsiteNavigationSection.d.ts.map