import { StyledProps } from '@smart-react-components/core/styled-props';
interface Props extends StyledProps {
    isEmpty?: boolean;
}
declare const _default: import("styled-components").StyledComponent<"td", any, StyledProps & Props, never>;
export default _default;
