import type { ThingTheme } from './light';
declare const thingDark: ThingTheme;
export default thingDark;
