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