import { TableProps } from '../../../types'; export declare const ExtendedRowCellStyled: import("styled-components").StyledComponent<"td", any, { tableSize: TableProps['size']; isRowExpanded?: boolean | undefined; hideRowActionsCell?: boolean | undefined; }, never>; export declare const Wrapper: import("styled-components").StyledComponent<"div", any, { tableSize: Required['size']; }, never>;