import { State } from "@teamhanko/hanko-frontend-sdk"; interface Props { state: State<"device_trust">; } declare const DeviceTrustPage: (props: Props) => import("preact/compat").JSX.Element; export default DeviceTrustPage;