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