/// export interface DTableEmptyProps extends React.HTMLAttributes { dColSpan?: number; } export declare function DTableEmpty(props: DTableEmptyProps): JSX.Element | null;