declare const ComponentsTableWithTitle: ({ title, spacing, headers, rows, }: { title?: string | undefined; spacing?: number | undefined; headers?: string[] | undefined; rows?: (string | import("react/jsx-runtime").JSX.Element)[][] | undefined; }) => import("react/jsx-runtime").JSX.Element; /**${comma}*/ export default ComponentsTableWithTitle; //# sourceMappingURL=WithTitle.code.d.ts.map