import { DialogProps } from '../../dialogs'; export declare const EjectPlayerDialog: ({ close, ...props }: DialogProps & { close: () => void; }) => import("@emotion/react/jsx-runtime").JSX.Element | null;