import { NetWorthCopy } from '../../../core'; interface ZeroStateProps { copy: NetWorthCopy; } declare const ZeroState: ({ copy }: ZeroStateProps) => import("react/jsx-runtime").JSX.Element; export default ZeroState;