export interface InvoicesPageProps { className?: string; onOpenInvoice?: (invoiceId: string) => void; } export declare function InvoicesPage({ className, onOpenInvoice }?: InvoicesPageProps): import("react").JSX.Element;