import React from 'react'; import type IconProps from './prop_types'; interface IconLiveNotesProps extends IconProps { small?: boolean; } export declare function IconLiveNotes({ _modifierClass, 'aria-describedby': ariaDescribedby, 'aria-hidden': ariaHidden, 'aria-label': ariaLabel, 'aria-labelledby': ariaLabelledby, color, id, size, small, tight, title }: IconLiveNotesProps): React.JSX.Element; export {};