export default Note; declare function Note({ title, text }: { title?: string; text?: string[]; }): React.JSX.Element; import React from 'react';