import { SBType } from '@storybook/csf';
import { FlowType } from './types';
export declare const convert: (type: FlowType) => SBType | void;
