import { ThemeArgs } from './theme.types'; declare class ThemeService { customize(args: ThemeArgs, addedProps?: Array<{ customPropFromattedName: string; value: string; }>): void; } export { ThemeService };