/** * Class-related helper functions */ /** * Capitalize first letter of a string (for generating class names from property names) */ export declare const capitalize: (str: string) => string; //# sourceMappingURL=helpers.d.ts.map