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