/// /** * A modal that displays a message when the specified experience is not supported * by the current target. Contains a button to return to the home page and no dismiss. */ export declare const UnsupportedExperienceModal: () => JSX.Element;