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