interface UserContextPageProps {
    title: string;
    tableHeaders: string[];
}
export declare function UserContextPage({ title, tableHeaders }: UserContextPageProps): import("react/jsx-runtime").JSX.Element;
export {};
