/**
 * Convert camelCase to dash-case properties.
 */
export declare const camelToDash: (str: string) => string;
