import React from "react"; export declare const configureWebsiteUrlTitle: any; interface ConfigureWebsiteUrlMessageProps { websiteUrl?: string; } export declare const ConfigureWebsiteUrlMessage: ({ websiteUrl }: ConfigureWebsiteUrlMessageProps) => React.JSX.Element; export declare const useConfigureWebsiteUrlDialog: (websiteUrl?: string, onAccept?: () => void) => { showConfigureWebsiteUrlDialog: () => void; }; export {};