/** * Create default theme * * createStitches() * https://stitches.dev/docs/api#theme * * to add a new theme use createTheme({}) * https://stitches.dev/docs/api#theme */ import { Theme } from './../../src/types'; export declare const ThemeSupa: Theme; export declare const ThemeMinimal: Theme; //# sourceMappingURL=defaultThemes.d.ts.map