import { SerializableAgency } from '../../serializers/agency'; type Props = { agency: SerializableAgency | null; }; export default function HomeflowSignIn({ agency }: Props): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=homeflow-sign-in.component.d.ts.map