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