import { FC } from 'react'; interface Props { containerRef?: React.RefObject; } declare const PDFControls: FC; export default PDFControls;