import { ExtendedTheme } from '../../../theme/muiTheme';
import { SerializedThemeType } from '../../../types/serializedTheme';

export declare const serializeThemes: (themes: ExtendedTheme[], project_id: string) => SerializedThemeType[];
