import { NoBorderTableCellProps } from './types'; export declare const NoBorderTableCell: (props: NoBorderTableCellProps) => import("react/jsx-runtime").JSX.Element;