export declare type NewThemeFields = 'basic' | 'all'; export declare const newThemesGQLFields: (fields: NewThemeFields) => string;