declare type Props = { isSelected?: boolean; isSticky?: boolean; }; declare const TableRow: import("styled-components").StyledComponent<"tr", any, Props, never>; export default TableRow; //# sourceMappingURL=TableRow.d.ts.map