export declare function DateCell(props: {
    value: number | string;
}): import("react/jsx-runtime").JSX.Element;
export declare function DateTimeCell(props: {
    value: string | number | undefined | null;
    author?: string;
    onClick?: () => void;
}): import("react/jsx-runtime").JSX.Element;
