import { ThemeInput, ThemePrepared } from './types'; export declare const createTheme: | ThemeInput>(themeInput: T, debugId: any) => T;