import { FunctionalComponent } from 'vue'; import { BottomSheetEvents, BottomSheetHTMLAttributes } from '../web/bottom-sheet'; import { CustomElementProps } from './custom-element-props'; declare const VBottomSheet: FunctionalComponent>; export default VBottomSheet;