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