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