import React from "react"; interface FlowTitleProps { title: string; } export declare const FlowTitle: React.FC; export {};