/**

*/
/// <reference types="react" />
import type { TinaCMS } from '@tinacms/toolkit';
export declare const slugify: (text: any) => any;
declare const Sidebar: ({ cms }: {
    cms: TinaCMS;
}) => JSX.Element;
export default Sidebar;
