import * as React from 'react'; import { BizContextMenuRef } from '../types'; /** * The BottomSheetMenu component provides menu functionality. * * @example * * ```tsx * const ref = React.useRef({} as any); * // ... * { * ref.current.startHide(); * }} * title={ * 'Nickname: Sei la cosa più bella che mia sia mai capitato non so stare senza te.' * } * initItems={data} * /> * ``` */ export declare const BottomSheetMenu: React.ForwardRefExoticComponent>; //# sourceMappingURL=BottomSheetMenu.d.ts.map