import * as React from 'react';
interface CustomerSidebarProps {
    ticketId: number;
}
export declare const CustomerSidebar: React.FC<CustomerSidebarProps>;
export {};
