/**
 * Capitalize first letter
 * You should normally do this in css, only use this if you have to
 */
export declare const capitalize: (str?: string) => string;
//# sourceMappingURL=capitalize.d.ts.map