import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const BottomDrawerIcon: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default BottomDrawerIcon;
