import { CellContext } from "@tanstack/react-table"; import React from "react"; import { LinkProps, TableusConfig, TooltipProps } from "../../context"; type Props, T = unknown> = CellContext & { EmptyValue: TableusConfig["EmptyValue"]; }; export declare function DateCell>(props: Props): string | number | bigint | boolean | Iterable | Promise> | React.ReactPortal | Iterable | null | undefined> | React.JSX.Element | null | undefined; export declare function DateTimeCell>(props: Props): string | number | bigint | boolean | Iterable | Promise> | React.ReactPortal | Iterable | null | undefined> | React.JSX.Element | null | undefined; export declare function TimeCell>(props: Props): string | number | bigint | boolean | Iterable | Promise> | React.ReactPortal | Iterable | null | undefined> | React.JSX.Element | null | undefined; export declare const Link: (props: LinkProps) => React.JSX.Element; export declare const Tooltip: (props: TooltipProps) => React.JSX.Element; export {}; //# sourceMappingURL=builtin-cells.d.ts.map