import ThemeProps from "./ThemeProps";
declare const theme: {
    light: import("styled-components").DefaultTheme;
    dark: import("styled-components").DefaultTheme;
};
export type { ThemeProps };
export default theme;
