export default function useDataTablePrint(): { applyHeaderPrintStyles: (headerElement: HTMLElement | null, headerBackgroundColor: string, headerForegroundColor: string) => void; applyRowPrintStyles: (container: HTMLElement | null) => void; applyPropertyCellPrintStyles: (container: HTMLElement | null, headerBackgroundColor: string, headerForegroundColor: string) => void; };