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

export declare const serializeTheme: (theme: ExtendedTheme, project_id: string) => SerializedThemeType;
