export type WebsiteNavigationCtaSectionProps = React.ComponentProps<"div"> & Readonly<{ title: string; subtitle?: string; icon?: React.ReactNode; cta: React.ReactNode; }>; export declare function WebsiteNavigationCtaSection({ className, title, subtitle, icon, cta, ref, ...rest }: WebsiteNavigationCtaSectionProps): import("react").JSX.Element; export declare namespace WebsiteNavigationCtaSection { var displayName: string; } //# sourceMappingURL=WebsiteNavigationCtaSection.d.ts.map