export interface FeedbackActivityTableProps { className?: string; showCategories?: boolean; } export declare function FeedbackActivityTable({ className, showCategories, }: FeedbackActivityTableProps): import("react/jsx-runtime").JSX.Element; export interface FeedbackSampleDataProps { className?: string; } export declare function FeedbackSampleData({ className }: FeedbackSampleDataProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=activity-table.d.ts.map