import type React from 'react';
type SidebarProps = {
    onDiscardDraft: (id: string) => void;
    handleRestartFlow: () => void;
};
export declare const AppSidebar: React.FC<SidebarProps>;
export {};
