export declare const createMockContent: (fn: Function) => () => { content: any; }; export declare const camelize: (str: String) => string; export declare const hyphenate: (str: String) => string;