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