import { type PublicUseVueToPrintProps } from "./types";
export declare function useVueToPrint(props: PublicUseVueToPrintProps): {
    handlePrint: () => void;
};
