import type { DialogTheme } from './light';
declare const dialogDark: DialogTheme;
export default dialogDark;
