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