export interface HomePageProps { showDeleteLocalData?: boolean; } export declare function HomePage({ showDeleteLocalData }: HomePageProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=home.d.ts.map