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