export type ShowDownloadV2Props = {
    to: string;
    className?: string;
};
export declare function ShowDownloadV2(props: ShowDownloadV2Props): import("react/jsx-runtime").JSX.Element;
export default ShowDownloadV2;
//# sourceMappingURL=ShowDownloadV2.d.ts.map