export interface PWAInstallBannerProps { /** Product name to display in the banner (default: "App") */ productName?: string; /** Brand initial letter for the icon (default: "B") */ brandInitial?: string; } /** * PWAInstallBanner Component * * Shows a banner prompting users to install the app as a PWA. * Also shows an update banner when a new version is available. */ export declare function PWAInstallBanner({ productName, brandInitial, }: PWAInstallBannerProps): import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=PWAInstallBanner.d.ts.map