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