import { FC } from 'react'; export interface DesktopUpdateToastProps { /** Toast title. `{version}` is replaced with the downloaded version. */ readyMessage?: string; restartLabel?: string; laterLabel?: string; } export declare const DesktopUpdateToast: FC; //# sourceMappingURL=DesktopUpdateToast.d.ts.map