/** * convert dash-joined string to camel case */ declare const _default: (a: string) => string; export default _default;