import { BottomSheet } from './bottom-sheet'; import { BottomSheetDialogManager } from './bottom-sheet-dialog-manager'; export { BottomSheet, BottomSheetDialogManager }; export type { SheetState, SnapPositionChangeEventDetail, BottomSheetEvents, SnapToPointOptions, } from './bottom-sheet'; export declare function registerSheetElements(): void;