import { BottomSheetContent, IBottomSheetOptions } from '../core/BottomSheet/types'; import { Id } from '../types'; /** * open new bottom sheet overlay * @returns bottomSheetId. If the container is not mounted or bottom sheet is duplicate returns `null` * @example * const bottomSheetId = await pushBottomSheet("content"); */ export default function (content: BottomSheetContent, options?: IBottomSheetOptions): Promise; //# sourceMappingURL=pushBottomSheet.d.ts.map