export type MytrilTheme = {
    theme: string;
    colorScheme: 'system' | 'dark' | 'light';
};
