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