/** * FlowShapeDictionary defines the shape of the built-in flow shapes \ * * @returns { string } FlowShapeDictionary defines the shape of the built-in flow shapes .\ * @param {string} shape - provide the element value. * * @private */ export declare function getFlowShape(shape: string): string;