/**
 * Originally copied from here on 2022-12-12:  Just modified with typings.
 * https://github.com/sindresorhus/decamelize/blob/main/index.js   -  v6.0.0
 * Tested in codePen and it seems to work converting scss classNames to css class-names
 */
export declare function decamelize(text: string, separator?: string, preserveConsecutiveUppercase?: boolean): string;
//# sourceMappingURL=decamelize.d.ts.map