interface Props { hasAdminRole: boolean; showGoLivePopup: boolean; loading?: boolean; onCancelClick: () => void; onGoLiveClick: () => void; } export declare function GoLivePopup(props: Props): import("react/jsx-runtime").JSX.Element; export {};