import type { PreviewInject } from './props';
declare const usePrint: (props: PreviewInject) => {
    doPrint: (__html__: any) => void;
    doExport: (__html__: any) => void;
};
export default usePrint;
