import * as React from 'react'; declare function TextNote(props: React.SVGProps): JSX.Element; export declare const ReactComponent: typeof TextNote; export default TextNote;