export declare const docsKebabCase: (string: string) => string;
export declare const customKebabCase: (string: string) => string;
