/**
 * Stringify properties
 */
declare function stringifyProps(props: Record<string, string>): string;
export { stringifyProps };