import { DefaultTheme } from 'styled-components';
declare const lightTheme: DefaultTheme;
export default lightTheme;
