import { CamelProperty, Property } from './types'; export default function camelizeStyleName(string: T): CamelProperty;