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