import type { RawToken } from '@yandex/themekit-core'; /** * Loads theme sources. */ export declare function loadSources(paths: string[], exclude?: string[]): RawToken[];