import { CurrentTheme } from '../types/shared';

declare const lightTheme: CurrentTheme;
export default lightTheme;
export {};
