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