import type { I18n } from '@uppy/utils'; interface SnapshotButtonProps { onSnapshot: () => void; i18n: I18n; } export default function SnapshotButton({ onSnapshot, i18n, }: SnapshotButtonProps): import("preact").JSX.Element; export {}; //# sourceMappingURL=SnapshotButton.d.ts.map