import { Dictionary } from '@qntm-code/utils';
export declare function cssPropertiesToString(properties: Dictionary<string>): string;
