import { ColorCallSet } from './types'; export declare function getUsedVariables(renderedCss: string, colorNames: string[]): ColorCallSet;