import { IconProps } from '../lib';
declare function MusicNote(props: IconProps): JSX.Element;
export default MusicNote;
