import rawDark from './dark.js'; export type Scheme = typeof rawDark; export declare const dark: Scheme; export declare const light: Scheme; export declare const mirage: Scheme; export { alphaBlend } from './color.js';