import { EmptyCellsPropertyCombined } from '@johanneslumpe/css-types'; import { StyleOptions } from '../../types'; export interface EmptyCellsProps { /** * The **`empty-cells`** CSS property sets whether borders and backgrounds appear around `` cells that have no visible content. * * @see https://developer.mozilla.org/docs/Web/CSS/empty-cells */ style$EmptyCells: T; } export declare const emptyCells: ({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;