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