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