import type { SharedDefaults } from '../sharedDefaults';
export interface Theme {
    reflexy?: SharedDefaults | undefined;
}
