import type { Fields } from "../../../types"; interface Props { fields: Fields; } export declare const ExampleTable: ({ fields }: Props) => import("react/jsx-runtime").JSX.Element; export {};