import type { PartialTheme, Theme } from '@staticcms/core'; export default function createTheme(overrides: PartialTheme): Theme;