import { PropsWithoutRef } from 'react'; import { EmptyObject } from 'type-fest'; /** App props. */ export type AppProps = PropsWithoutRef;