interface ExampleComponentProps {
    title: string;
}
export declare const ExampleWithOTA: (props: ExampleComponentProps) => import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=OTAUpdateExample.d.ts.map