import { PixJSProps, PixJSPropsImage, ResponsePixJSCopyAndPaste, ResponsePixJSQRCodeImage } from "./types";
export declare function CopyAndPaste(props: PixJSProps): ResponsePixJSCopyAndPaste;
export declare function QrCodeTerminal(props: PixJSProps): void;
export declare function QrCodeImage(props: PixJSPropsImage): ResponsePixJSQRCodeImage;
