import { TBlock, CustomRendererProps } from 'react-native-render-html'; /** * Customize `td` and `th` renderers while reusing default cell renderer logic. * * @param props - Props from custom renderer. * * @public */ export default function useHtmlTableCellProps({ propsFromParent, ...props }: CustomRendererProps): CustomRendererProps;