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