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