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