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