import { FC, ReactNode } from 'react';
export declare const FlowViewProvider: FC<{
    children: ReactNode;
}>;
