export interface HomePageContentProps { hero: any | null; features: any[]; } export declare function HomePageContent({ hero, features }: HomePageContentProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=HomePageContent.d.ts.map