import { IconButton } from '@chakra-ui/react'; import type { IconButtonProps } from '@chakra-ui/react'; type TTableIconButton = Omit; export const TableIconButton = (props: TTableIconButton): JSX.Element => ( );